Html Css Color HEX #D2F97B Sulu

📋 copy color: '#D2F97B'

red 210 ◦ green 249 ◦ blue 123

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

Shades of Sulu #D2F97B

Tints of Sulu #D2F97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.13%

R = 36.08%
G = 42.78%
B = 21.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#D2F97B (or 0xD2F97B) is known color: Sulu. HEX triplet: D2, F9 and 7B. RGB value is (210,249,123). Sum of RGB (Red+Green+Blue) = 210+249+123=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F97B is #2D0684. Grayscale: #DFDFDF. Windows color (decimal): -2950789 or 8124882. OLE color: 8124882.

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

Color convert

RGB 210 249 123 -
CMYK 0.16 0 0.51 0.02
HSL 78.57º 0.91% 0.73% -
HSV(B) 78.57º 0.51% 0.98% -
XYZ 64.03 82.88 31.36 -
YUV 222.98 71.58 118.75 -
System Red Green Blue C M Y K H S L
Decimal 210 249 123 0.16 0 0.51 0.02 78.57 0.91 0.73
Hex D2 F9 7B 10 0 33 2 4F 5B 49
Octal 322 371 173 20 0 63 2 117 133 111
Binary 11010010 11111001 1111011 10000 0 110011 10 1001111 1011011 1001001

Color Harmonies of #D2F97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F97B

Black with #D2F97B

Text Example


Text Example

White with #D2F97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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