Html Css Color HEX #DEEA6C Mindaro

📋 copy color: '#DEEA6C'

red 222 ◦ green 234 ◦ blue 108

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

Shades of Mindaro #DEEA6C

Tints of Mindaro #DEEA6C

RGB

 RED value IS 222 (87.11% from 255) = 39.36%

 GREEN value IS 234 (91.8% from 255) = 41.49%

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 39.36%
G = 41.49%
B = 19.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DEEA6C (or 0xDEEA6C) is known color: Mindaro. HEX triplet: DE, EA and 6C. RGB value is (222,234,108). Sum of RGB (Red+Green+Blue) = 222+234+108=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA6C is #211593. Grayscale: #D8D8D8. Windows color (decimal): -2168212 or 7138014. OLE color: 7138014.

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

Color convert

RGB 222 234 108 -
CMYK 0.05 0 0.54 0.08
HSL 65.71º 0.75% 0.67% -
HSV(B) 65.71º 0.54% 0.92% -
XYZ 62.25 75.46 25.47 -
YUV 216.05 67.02 132.25 -
System Red Green Blue C M Y K H S L
Decimal 222 234 108 0.05 0 0.54 0.08 65.71 0.75 0.67
Hex DE EA 6C 5 0 36 8 42 4B 43
Octal 336 352 154 5 0 66 10 102 113 103
Binary 11011110 11101010 1101100 101 0 110110 1000 1000010 1001011 1000011

Color Harmonies of #DEEA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA6C

Black with #DEEA6C

Text Example


Text Example

White with #DEEA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA6C; }

 p { color: rgb(222,234,108); }

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

background-color css

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

 a { background-color: rgb(222,234,108); }

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

border-color css

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

 span { border-color: rgb(222,234,108); }

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