Html Css Color HEX #D6E493 Reef

📋 copy color: '#D6E493'

red 214 ◦ green 228 ◦ blue 147

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

Shades of Reef #D6E493

Tints of Reef #D6E493

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

 GREEN value IS 228 (89.45% from 255) = 38.71%

 BLUE value IS 147 (57.81% from 255) = 24.96%

R = 36.33%
G = 38.71%
B = 24.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#D6E493 (or 0xD6E493) is known color: Reef. HEX triplet: D6, E4 and 93. RGB value is (214,228,147). Sum of RGB (Red+Green+Blue) = 214+228+147=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E493 is #291B6C. Grayscale: #D6D6D6. Windows color (decimal): -2693997 or 9692374. OLE color: 9692374.

HSL color Cylindrical-coordinate representation of color #D6E493: hue angle of 70.37º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6E493 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 228 147 -
CMYK 0.06 0 0.36 0.11
HSL 70.37º 0.6% 0.74% -
HSV(B) 70.37º 0.36% 0.89% -
XYZ 60.74 71.89 38.28 -
YUV 214.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 214 228 147 0.06 0 0.36 0.11 70.37 0.6 0.74
Hex D6 E4 93 6 0 24 B 46 3C 4A
Octal 326 344 223 6 0 44 13 106 74 112
Binary 11010110 11100100 10010011 110 0 100100 1011 1000110 111100 1001010

Color Harmonies of #D6E493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E493

Black with #D6E493

Text Example


Text Example

White with #D6E493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E493; }

 p { color: rgb(214,228,147); }

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

background-color css

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

 a { background-color: rgb(214,228,147); }

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

border-color css

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

 span { border-color: rgb(214,228,147); }

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