Html Css Color HEX #D0F67D Sulu

📋 copy color: '#D0F67D'

red 208 ◦ green 246 ◦ blue 125

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

Shades of Sulu #D0F67D

Tints of Sulu #D0F67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.59%

R = 35.92%
G = 42.49%
B = 21.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#D0F67D (or 0xD0F67D) is known color: Sulu. HEX triplet: D0, F6 and 7D. RGB value is (208,246,125). Sum of RGB (Red+Green+Blue) = 208+246+125=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F67D is #2F0982. Grayscale: #DDDDDD. Windows color (decimal): -3082627 or 8255184. OLE color: 8255184.

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

Color convert

RGB 208 246 125 -
CMYK 0.15 0 0.49 0.04
HSL 78.84º 0.87% 0.73% -
HSV(B) 78.84º 0.49% 0.96% -
XYZ 62.67 80.8 31.7 -
YUV 220.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 208 246 125 0.15 0 0.49 0.04 78.84 0.87 0.73
Hex D0 F6 7D F 0 31 4 4F 57 49
Octal 320 366 175 17 0 61 4 117 127 111
Binary 11010000 11110110 1111101 1111 0 110001 100 1001111 1010111 1001001

Color Harmonies of #D0F67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F67D

Black with #D0F67D

Text Example


Text Example

White with #D0F67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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