Html Css Color HEX #D0F679 Sulu

📋 copy color: '#D0F679'

red 208 ◦ green 246 ◦ blue 121

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

Shades of Sulu #D0F679

Tints of Sulu #D0F679

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.78%

 BLUE value IS 121 (47.66% from 255) = 21.04%

R = 36.17%
G = 42.78%
B = 21.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#D0F679 (or 0xD0F679) is known color: Sulu. HEX triplet: D0, F6 and 79. RGB value is (208,246,121). Sum of RGB (Red+Green+Blue) = 208+246+121=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F679 is #2F0986. Grayscale: #DCDCDC. Windows color (decimal): -3082631 or 7993040. OLE color: 7993040.

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

Color convert

RGB 208 246 121 -
CMYK 0.15 0 0.51 0.04
HSL 78.24º 0.87% 0.72% -
HSV(B) 78.24º 0.51% 0.96% -
XYZ 62.42 80.7 30.38 -
YUV 220.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 208 246 121 0.15 0 0.51 0.04 78.24 0.87 0.72
Hex D0 F6 79 F 0 33 4 4E 57 48
Octal 320 366 171 17 0 63 4 116 127 110
Binary 11010000 11110110 1111001 1111 0 110011 100 1001110 1010111 1001000

Color Harmonies of #D0F679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F679

Black with #D0F679

Text Example


Text Example

White with #D0F679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F679; }

 p { color: rgb(208,246,121); }

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

background-color css

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

 a { background-color: rgb(208,246,121); }

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

border-color css

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

 span { border-color: rgb(208,246,121); }

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