Html Css Color HEX #D6F57D Sulu

📋 copy color: '#D6F57D'

red 214 ◦ green 245 ◦ blue 125

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

Shades of Sulu #D6F57D

Tints of Sulu #D6F57D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.95%

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

R = 36.64%
G = 41.95%
B = 21.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D6F57D (or 0xD6F57D) is known color: Sulu. HEX triplet: D6, F5 and 7D. RGB value is (214,245,125). Sum of RGB (Red+Green+Blue) = 214+245+125=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F57D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F57D is #290A82. Grayscale: #DEDEDE. Windows color (decimal): -2689667 or 8254934. OLE color: 8254934.

HSL color Cylindrical-coordinate representation of color #D6F57D: hue angle of 75.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6F57D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 245 125 -
CMYK 0.13 0 0.49 0.04
HSL 75.5º 0.86% 0.73% -
HSV(B) 75.5º 0.49% 0.96% -
XYZ 64.09 81.08 31.67 -
YUV 222.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 214 245 125 0.13 0 0.49 0.04 75.5 0.86 0.73
Hex D6 F5 7D D 0 31 4 4C 56 49
Octal 326 365 175 15 0 61 4 114 126 111
Binary 11010110 11110101 1111101 1101 0 110001 100 1001100 1010110 1001001

Color Harmonies of #D6F57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F57D

Black with #D6F57D

Text Example


Text Example

White with #D6F57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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