Html Css Color HEX #BDFB80 Sulu

📋 copy color: '#BDFB80'

red 189 ◦ green 251 ◦ blue 128

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

Shades of Sulu #BDFB80

Tints of Sulu #BDFB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 33.27%
G = 44.19%
B = 22.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BDFB80 (or 0xBDFB80) is known color: Sulu. HEX triplet: BD, FB and 80. RGB value is (189,251,128). Sum of RGB (Red+Green+Blue) = 189+251+128=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB80 is #42047F. Grayscale: #DADADA. Windows color (decimal): -4326528 or 8453053. OLE color: 8453053.

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

Color convert

RGB 189 251 128 -
CMYK 0.25 0 0.49 0.02
HSL 90.24º 0.94% 0.74% -
HSV(B) 90.24º 0.49% 0.98% -
XYZ 59.38 81.37 33 -
YUV 218.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 189 251 128 0.25 0 0.49 0.02 90.24 0.94 0.74
Hex BD FB 80 19 0 31 2 5A 5E 4A
Octal 275 373 200 31 0 61 2 132 136 112
Binary 10111101 11111011 10000000 11001 0 110001 10 1011010 1011110 1001010

Color Harmonies of #BDFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB80

Black with #BDFB80

Text Example


Text Example

White with #BDFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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