Html Css Color HEX #D2F57C Sulu

📋 copy color: '#D2F57C'

red 210 ◦ green 245 ◦ blue 124

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

Shades of Sulu #D2F57C

Tints of Sulu #D2F57C

RGB

 RED value IS 210 (82.42% from 255) = 36.27%

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 36.27%
G = 42.31%
B = 21.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D2F57C (or 0xD2F57C) is known color: Sulu. HEX triplet: D2, F5 and 7C. RGB value is (210,245,124). Sum of RGB (Red+Green+Blue) = 210+245+124=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F57C is #2D0A83. Grayscale: #DDDDDD. Windows color (decimal): -2951812 or 8189394. OLE color: 8189394.

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

Color convert

RGB 210 245 124 -
CMYK 0.14 0 0.49 0.04
HSL 77.36º 0.86% 0.72% -
HSV(B) 77.36º 0.49% 0.96% -
XYZ 62.87 80.46 31.29 -
YUV 220.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 210 245 124 0.14 0 0.49 0.04 77.36 0.86 0.72
Hex D2 F5 7C E 0 31 4 4D 56 48
Octal 322 365 174 16 0 61 4 115 126 110
Binary 11010010 11110101 1111100 1110 0 110001 100 1001101 1010110 1001000

Color Harmonies of #D2F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F57C

Black with #D2F57C

Text Example


Text Example

White with #D2F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F57C; }

 p { color: rgb(210,245,124); }

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

background-color css

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

 a { background-color: rgb(210,245,124); }

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

border-color css

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

 span { border-color: rgb(210,245,124); }

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