Html Css Color HEX #D0E692 Reef

📋 copy color: '#D0E692'

red 208 ◦ green 230 ◦ blue 146

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

Shades of Reef #D0E692

Tints of Reef #D0E692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25%

R = 35.62%
G = 39.38%
B = 25%

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

#D0E692 (or 0xD0E692) is known color: Reef. HEX triplet: D0, E6 and 92. RGB value is (208,230,146). Sum of RGB (Red+Green+Blue) = 208+230+146=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E692 is #2F196D. Grayscale: #D6D6D6. Windows color (decimal): -3086702 or 9627344. OLE color: 9627344.

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

Color convert

RGB 208 230 146 -
CMYK 0.10 0 0.37 0.10
HSL 75.71º 0.63% 0.74% -
HSV(B) 75.71º 0.37% 0.9% -
XYZ 59.5 72.08 37.97 -
YUV 213.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 208 230 146 0.10 0 0.37 0.10 75.71 0.63 0.74
Hex D0 E6 92 A 0 25 A 4C 3F 4A
Octal 320 346 222 12 0 45 12 114 77 112
Binary 11010000 11100110 10010010 1010 0 100101 1010 1001100 111111 1001010

Color Harmonies of #D0E692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E692

Black with #D0E692

Text Example


Text Example

White with #D0E692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E692; }

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

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

background-color css

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

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

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

border-color css

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

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

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