Html Css Color HEX #D6FC7D Sulu

📋 copy color: '#D6FC7D'

red 214 ◦ green 252 ◦ blue 125

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

Shades of Sulu #D6FC7D

Tints of Sulu #D6FC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 36.21%
G = 42.64%
B = 21.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#D6FC7D (or 0xD6FC7D) is known color: Sulu. HEX triplet: D6, FC and 7D. RGB value is (214,252,125). Sum of RGB (Red+Green+Blue) = 214+252+125=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FC7D is #290382. Grayscale: #E2E2E2. Windows color (decimal): -2687875 or 8256726. OLE color: 8256726.

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

Color convert

RGB 214 252 125 -
CMYK 0.15 0 0.50 0.01
HSL 77.95º 0.95% 0.74% -
HSV(B) 77.95º 0.5% 0.99% -
XYZ 66.24 85.4 32.39 -
YUV 226.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 214 252 125 0.15 0 0.50 0.01 77.95 0.95 0.74
Hex D6 FC 7D F 0 32 1 4E 5F 4A
Octal 326 374 175 17 0 62 1 116 137 112
Binary 11010110 11111100 1111101 1111 0 110010 1 1001110 1011111 1001010

Color Harmonies of #D6FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC7D

Black with #D6FC7D

Text Example


Text Example

White with #D6FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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