Html Css Color HEX #BDFE80 Sulu

📋 copy color: '#BDFE80'

red 189 ◦ green 254 ◦ blue 128

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

Shades of Sulu #BDFE80

Tints of Sulu #BDFE80

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

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

R = 33.1%
G = 44.48%
B = 22.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#BDFE80 (or 0xBDFE80) is known color: Sulu. HEX triplet: BD, FE and 80. RGB value is (189,254,128). Sum of RGB (Red+Green+Blue) = 189+254+128=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE80 is #42017F. Grayscale: #DCDCDC. Windows color (decimal): -4325760 or 8453821. OLE color: 8453821.

HSL color Cylindrical-coordinate representation of color #BDFE80: hue angle of 90.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFE80 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 128 -
CMYK 0.26 0 0.50 0.00
HSL 90.95º 0.98% 0.75% -
HSV(B) 90.95º 0.5% 1% -
XYZ 60.32 83.26 33.31 -
YUV 220.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 189 254 128 0.26 0 0.50 0.00 90.95 0.98 0.75
Hex BD FE 80 1A 0 32 0 5B 62 4B
Octal 275 376 200 32 0 62 0 133 142 113
Binary 10111101 11111110 10000000 11010 0 110010 0 1011011 1100010 1001011

Color Harmonies of #BDFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE80

Black with #BDFE80

Text Example


Text Example

White with #BDFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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