Html Css Color HEX #D4FE80 Sulu

📋 copy color: '#D4FE80'

red 212 ◦ green 254 ◦ blue 128

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

Shades of Sulu #D4FE80

Tints of Sulu #D4FE80

RGB

 RED value IS 212 (83.2% from 255) = 35.69%

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

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

R = 35.69%
G = 42.76%
B = 21.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#D4FE80 (or 0xD4FE80) is known color: Sulu. HEX triplet: D4, FE and 80. RGB value is (212,254,128). Sum of RGB (Red+Green+Blue) = 212+254+128=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FE80 is #2B017F. Grayscale: #E3E3E3. Windows color (decimal): -2818432 or 8453844. OLE color: 8453844.

HSL color Cylindrical-coordinate representation of color #D4FE80: hue angle of 80º 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 #D4FE80 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 254 128 -
CMYK 0.17 0 0.50 0.00
HSL 80º 0.98% 0.75% -
HSV(B) 80º 0.5% 1% -
XYZ 66.49 86.44 33.6 -
YUV 227.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 212 254 128 0.17 0 0.50 0.00 80 0.98 0.75
Hex D4 FE 80 11 0 32 0 50 62 4B
Octal 324 376 200 21 0 62 0 120 142 113
Binary 11010100 11111110 10000000 10001 0 110010 0 1010000 1100010 1001011

Color Harmonies of #D4FE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE80

Black with #D4FE80

Text Example


Text Example

White with #D4FE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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