Html Css Color HEX #D2FC77 Sulu

📋 copy color: '#D2FC77'

red 210 ◦ green 252 ◦ blue 119

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

Shades of Sulu #D2FC77

Tints of Sulu #D2FC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.48%

R = 36.14%
G = 43.37%
B = 20.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#D2FC77 (or 0xD2FC77) is known color: Sulu. HEX triplet: D2, FC and 77. RGB value is (210,252,119). Sum of RGB (Red+Green+Blue) = 210+252+119=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FC77 is #2D0388. Grayscale: #E0E0E0. Windows color (decimal): -2950025 or 7863506. OLE color: 7863506.

HSL color Cylindrical-coordinate representation of color #D2FC77: hue angle of 78.95º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FC77 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 252 119 -
CMYK 0.17 0 0.53 0.01
HSL 78.95º 0.96% 0.73% -
HSV(B) 78.95º 0.53% 0.99% -
XYZ 64.72 84.65 30.38 -
YUV 224.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 210 252 119 0.17 0 0.53 0.01 78.95 0.96 0.73
Hex D2 FC 77 11 0 35 1 4F 60 49
Octal 322 374 167 21 0 65 1 117 140 111
Binary 11010010 11111100 1110111 10001 0 110101 1 1001111 1100000 1001001

Color Harmonies of #D2FC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FC77

Black with #D2FC77

Text Example


Text Example

White with #D2FC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FC77; }

 p { color: rgb(210,252,119); }

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

background-color css

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

 a { background-color: rgb(210,252,119); }

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

border-color css

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

 span { border-color: rgb(210,252,119); }

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