Html Css Color HEX #D2EB92 Reef

📋 copy color: '#D2EB92'

red 210 ◦ green 235 ◦ blue 146

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

Shades of Reef #D2EB92

Tints of Reef #D2EB92

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

 GREEN value IS 235 (92.19% from 255) = 39.76%

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

R = 35.53%
G = 39.76%
B = 24.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#D2EB92 (or 0xD2EB92) is known color: Reef. HEX triplet: D2, EB and 92. RGB value is (210,235,146). Sum of RGB (Red+Green+Blue) = 210+235+146=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB92 is #2D146D. Grayscale: #D9D9D9. Windows color (decimal): -2954350 or 9628626. OLE color: 9628626.

HSL color Cylindrical-coordinate representation of color #D2EB92: hue angle of 76.85º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2EB92 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 146 -
CMYK 0.11 0 0.38 0.08
HSL 76.85º 0.69% 0.75% -
HSV(B) 76.85º 0.38% 0.92% -
XYZ 61.47 75.19 38.47 -
YUV 217.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 210 235 146 0.11 0 0.38 0.08 76.85 0.69 0.75
Hex D2 EB 92 B 0 26 8 4D 45 4B
Octal 322 353 222 13 0 46 10 115 105 113
Binary 11010010 11101011 10010010 1011 0 100110 1000 1001101 1000101 1001011

Color Harmonies of #D2EB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB92

Black with #D2EB92

Text Example


Text Example

White with #D2EB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB92; }

 p { color: rgb(210,235,146); }

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

background-color css

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

 a { background-color: rgb(210,235,146); }

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

border-color css

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

 span { border-color: rgb(210,235,146); }

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