Html Css Color HEX #D6FC80 Sulu

📋 copy color: '#D6FC80'

red 214 ◦ green 252 ◦ blue 128

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

Shades of Sulu #D6FC80

Tints of Sulu #D6FC80

RGB

 RED value IS 214 (83.98% from 255) = 36.03%

 GREEN value IS 252 (98.83% from 255) = 42.42%

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

R = 36.03%
G = 42.42%
B = 21.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#D6FC80 (or 0xD6FC80) is known color: Sulu. HEX triplet: D6, FC and 80. RGB value is (214,252,128). Sum of RGB (Red+Green+Blue) = 214+252+128=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FC80 is #29037F. Grayscale: #E2E2E2. Windows color (decimal): -2687872 or 8453334. OLE color: 8453334.

HSL color Cylindrical-coordinate representation of color #D6FC80: hue angle of 78.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6FC80 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 128 -
CMYK 0.15 0 0.49 0.01
HSL 78.39º 0.95% 0.75% -
HSV(B) 78.39º 0.49% 0.99% -
XYZ 66.44 85.48 33.42 -
YUV 226.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 214 252 128 0.15 0 0.49 0.01 78.39 0.95 0.75
Hex D6 FC 80 F 0 31 1 4E 5F 4B
Octal 326 374 200 17 0 61 1 116 137 113
Binary 11010110 11111100 10000000 1111 0 110001 1 1001110 1011111 1001011

Color Harmonies of #D6FC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC80

Black with #D6FC80

Text Example


Text Example

White with #D6FC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC80; }

 p { color: rgb(214,252,128); }

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

background-color css

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

 a { background-color: rgb(214,252,128); }

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

border-color css

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

 span { border-color: rgb(214,252,128); }

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