Html Css Color HEX #BDF084 Sulu

📋 copy color: '#BDF084'

red 189 ◦ green 240 ◦ blue 132

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

Shades of Sulu #BDF084

Tints of Sulu #BDF084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

 BLUE value IS 132 (51.95% from 255) = 23.53%

R = 33.69%
G = 42.78%
B = 23.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BDF084 (or 0xBDF084) is known color: Sulu. HEX triplet: BD, F0 and 84. RGB value is (189,240,132). Sum of RGB (Red+Green+Blue) = 189+240+132=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF084 is #420F7B. Grayscale: #D4D4D4. Windows color (decimal): -4329340 or 8712381. OLE color: 8712381.

HSL color Cylindrical-coordinate representation of color #BDF084: hue angle of 88.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF084 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 132 -
CMYK 0.21 0 0.45 0.06
HSL 88.33º 0.78% 0.73% -
HSV(B) 88.33º 0.45% 0.94% -
XYZ 56.31 74.8 33.3 -
YUV 212.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 189 240 132 0.21 0 0.45 0.06 88.33 0.78 0.73
Hex BD F0 84 15 0 2D 6 58 4E 49
Octal 275 360 204 25 0 55 6 130 116 111
Binary 10111101 11110000 10000100 10101 0 101101 110 1011000 1001110 1001001

Color Harmonies of #BDF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF084

Black with #BDF084

Text Example


Text Example

White with #BDF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF084; }

 p { color: rgb(189,240,132); }

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

background-color css

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

 a { background-color: rgb(189,240,132); }

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

border-color css

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

 span { border-color: rgb(189,240,132); }

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