Html Css Color HEX #DEEA68 Mindaro

📋 copy color: '#DEEA68'

red 222 ◦ green 234 ◦ blue 104

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

Shades of Mindaro #DEEA68

Tints of Mindaro #DEEA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.57%

R = 39.64%
G = 41.79%
B = 18.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DEEA68 (or 0xDEEA68) is known color: Mindaro. HEX triplet: DE, EA and 68. RGB value is (222,234,104). Sum of RGB (Red+Green+Blue) = 222+234+104=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA68 is #211597. Grayscale: #D8D8D8. Windows color (decimal): -2168216 or 6875870. OLE color: 6875870.

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

Color convert

RGB 222 234 104 -
CMYK 0.05 0 0.56 0.08
HSL 65.54º 0.76% 0.66% -
HSV(B) 65.54º 0.56% 0.92% -
XYZ 62.05 75.37 24.38 -
YUV 215.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 222 234 104 0.05 0 0.56 0.08 65.54 0.76 0.66
Hex DE EA 68 5 0 38 8 42 4C 42
Octal 336 352 150 5 0 70 10 102 114 102
Binary 11011110 11101010 1101000 101 0 111000 1000 1000010 1001100 1000010

Color Harmonies of #DEEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA68

Black with #DEEA68

Text Example


Text Example

White with #DEEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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