Html Css Color HEX #D0F276 Sulu

📋 copy color: '#D0F276'

red 208 ◦ green 242 ◦ blue 118

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

Shades of Sulu #D0F276

Tints of Sulu #D0F276

RGB

 RED value IS 208 (81.64% from 255) = 36.62%

 GREEN value IS 242 (94.92% from 255) = 42.61%

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 36.62%
G = 42.61%
B = 20.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#D0F276 (or 0xD0F276) is known color: Sulu. HEX triplet: D0, F2 and 76. RGB value is (208,242,118). Sum of RGB (Red+Green+Blue) = 208+242+118=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F276 is #2F0D89. Grayscale: #DADADA. Windows color (decimal): -3083658 or 7795408. OLE color: 7795408.

HSL color Cylindrical-coordinate representation of color #D0F276: hue angle of 76.45º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0F276 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 242 118 -
CMYK 0.14 0 0.51 0.05
HSL 76.45º 0.83% 0.71% -
HSV(B) 76.45º 0.51% 0.95% -
XYZ 61.03 78.22 29.02 -
YUV 217.7 71.74 121.08 -
System Red Green Blue C M Y K H S L
Decimal 208 242 118 0.14 0 0.51 0.05 76.45 0.83 0.71
Hex D0 F2 76 E 0 33 5 4C 53 47
Octal 320 362 166 16 0 63 5 114 123 107
Binary 11010000 11110010 1110110 1110 0 110011 101 1001100 1010011 1000111

Color Harmonies of #D0F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F276

Black with #D0F276

Text Example


Text Example

White with #D0F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F276; }

 p { color: rgb(208,242,118); }

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

background-color css

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

 a { background-color: rgb(208,242,118); }

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

border-color css

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

 span { border-color: rgb(208,242,118); }

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