Html Css Color HEX #BDFB84 Sulu

📋 copy color: '#BDFB84'

red 189 ◦ green 251 ◦ blue 132

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

Shades of Sulu #BDFB84

Tints of Sulu #BDFB84

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.88%

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

R = 33.04%
G = 43.88%
B = 23.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#BDFB84 (or 0xBDFB84) is known color: Sulu. HEX triplet: BD, FB and 84. RGB value is (189,251,132). Sum of RGB (Red+Green+Blue) = 189+251+132=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB84 is #42047B. Grayscale: #DBDBDB. Windows color (decimal): -4326524 or 8715197. OLE color: 8715197.

HSL color Cylindrical-coordinate representation of color #BDFB84: hue angle of 91.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDFB84 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 132 -
CMYK 0.25 0 0.47 0.02
HSL 91.26º 0.94% 0.75% -
HSV(B) 91.26º 0.47% 0.98% -
XYZ 59.65 81.48 34.41 -
YUV 218.9 78.96 106.68 -
System Red Green Blue C M Y K H S L
Decimal 189 251 132 0.25 0 0.47 0.02 91.26 0.94 0.75
Hex BD FB 84 19 0 2F 2 5B 5E 4B
Octal 275 373 204 31 0 57 2 133 136 113
Binary 10111101 11111011 10000100 11001 0 101111 10 1011011 1011110 1001011

Color Harmonies of #BDFB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB84

Black with #BDFB84

Text Example


Text Example

White with #BDFB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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