Html Css Color HEX #D0E690 Reef

📋 copy color: '#D0E690'

red 208 ◦ green 230 ◦ blue 144

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

Shades of Reef #D0E690

Tints of Reef #D0E690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.52%

 BLUE value IS 144 (56.64% from 255) = 24.74%

R = 35.74%
G = 39.52%
B = 24.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#D0E690 (or 0xD0E690) is known color: Reef. HEX triplet: D0, E6 and 90. RGB value is (208,230,144). Sum of RGB (Red+Green+Blue) = 208+230+144=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E690 is #2F196F. Grayscale: #D5D5D5. Windows color (decimal): -3086704 or 9496272. OLE color: 9496272.

HSL color Cylindrical-coordinate representation of color #D0E690: hue angle of 75.35º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0E690 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 144 -
CMYK 0.10 0 0.37 0.10
HSL 75.35º 0.63% 0.73% -
HSV(B) 75.35º 0.37% 0.9% -
XYZ 59.34 72.02 37.16 -
YUV 213.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 208 230 144 0.10 0 0.37 0.10 75.35 0.63 0.73
Hex D0 E6 90 A 0 25 A 4B 3F 49
Octal 320 346 220 12 0 45 12 113 77 111
Binary 11010000 11100110 10010000 1010 0 100101 1010 1001011 111111 1001001

Color Harmonies of #D0E690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E690

Black with #D0E690

Text Example


Text Example

White with #D0E690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E690; }

 p { color: rgb(208,230,144); }

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

background-color css

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

 a { background-color: rgb(208,230,144); }

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

border-color css

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

 span { border-color: rgb(208,230,144); }

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