Html Css Color HEX #D2F97C Sulu

📋 copy color: '#D2F97C'

red 210 ◦ green 249 ◦ blue 124

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

Shades of Sulu #D2F97C

Tints of Sulu #D2F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

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

R = 36.02%
G = 42.71%
B = 21.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D2F97C (or 0xD2F97C) is known color: Sulu. HEX triplet: D2, F9 and 7C. RGB value is (210,249,124). Sum of RGB (Red+Green+Blue) = 210+249+124=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F97C is #2D0683. Grayscale: #DFDFDF. Windows color (decimal): -2950788 or 8190418. OLE color: 8190418.

HSL color Cylindrical-coordinate representation of color #D2F97C: hue angle of 78.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F97C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 249 124 -
CMYK 0.16 0 0.50 0.02
HSL 78.72º 0.91% 0.73% -
HSV(B) 78.72º 0.5% 0.98% -
XYZ 64.09 82.91 31.69 -
YUV 223.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 210 249 124 0.16 0 0.50 0.02 78.72 0.91 0.73
Hex D2 F9 7C 10 0 32 2 4F 5B 49
Octal 322 371 174 20 0 62 2 117 133 111
Binary 11010010 11111001 1111100 10000 0 110010 10 1001111 1011011 1001001

Color Harmonies of #D2F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F97C

Black with #D2F97C

Text Example


Text Example

White with #D2F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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