Html Css Color HEX #BDF367 Sulu

📋 copy color: '#BDF367'

red 189 ◦ green 243 ◦ blue 103

#BDF367
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDF367

Tints of Sulu #BDF367

RGB

 RED value IS 189 (74.22% from 255) = 35.33%

 GREEN value IS 243 (95.31% from 255) = 45.42%

 BLUE value IS 103 (40.63% from 255) = 19.25%

R = 35.33%
G = 45.42%
B = 19.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDF367 (or 0xBDF367) is known color: Sulu. HEX triplet: BD, F3 and 67. RGB value is (189,243,103). Sum of RGB (Red+Green+Blue) = 189+243+103=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF367 is #420C98. Grayscale: #D3D3D3. Windows color (decimal): -4328601 or 6812605. OLE color: 6812605.

HSL color Cylindrical-coordinate representation of color #BDF367: hue angle of 83.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDF367 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 103 -
CMYK 0.22 0 0.58 0.05
HSL 83.14º 0.85% 0.68% -
HSV(B) 83.14º 0.58% 0.95% -
XYZ 55.49 75.9 24.56 -
YUV 210.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 189 243 103 0.22 0 0.58 0.05 83.14 0.85 0.68
Hex BD F3 67 16 0 3A 5 53 55 44
Octal 275 363 147 26 0 72 5 123 125 104
Binary 10111101 11110011 1100111 10110 0 111010 101 1010011 1010101 1000100

Color Harmonies of #BDF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF367

Black with #BDF367

Text Example


Text Example

White with #BDF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF367; }

 p { color: rgb(189,243,103); }

 H1.HeaderClassName
 {
   color: #BDF367;
 }
 .AnyTagClassName
 {
   color: #BDF367;
 }
</style>

background-color css

<style>
 a { background-color: #BDF367; }

 a { background-color: rgb(189,243,103); }

 div.DivClassName
 {
   background-color: #BDF367;
 }
 .BgClassName
 {
   background-color: #BDF367;
 }
</style>

border-color css

<style>
 span { border-color: #BDF367; }

 span { border-color: rgb(189,243,103); }

 td.TdClassName
 {
   border-color: #BDF367;
 }
 .TagClassName
 {
   border-color: #BDF367;
 }
</style>