Html Css Color HEX #DEEB64 Mindaro

📋 copy color: '#DEEB64'

red 222 ◦ green 235 ◦ blue 100

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

Shades of Mindaro #DEEB64

Tints of Mindaro #DEEB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.95%

R = 39.86%
G = 42.19%
B = 17.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DEEB64 (or 0xDEEB64) is known color: Mindaro. HEX triplet: DE, EB and 64. RGB value is (222,235,100). Sum of RGB (Red+Green+Blue) = 222+235+100=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB64 is #21149B. Grayscale: #D8D8D8. Windows color (decimal): -2167964 or 6613982. OLE color: 6613982.

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

Color convert

RGB 222 235 100 -
CMYK 0.06 0 0.57 0.08
HSL 65.78º 0.77% 0.66% -
HSV(B) 65.78º 0.57% 0.92% -
XYZ 62.13 75.87 23.43 -
YUV 215.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 222 235 100 0.06 0 0.57 0.08 65.78 0.77 0.66
Hex DE EB 64 6 0 39 8 42 4D 42
Octal 336 353 144 6 0 71 10 102 115 102
Binary 11011110 11101011 1100100 110 0 111001 1000 1000010 1001101 1000010

Color Harmonies of #DEEB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB64

Black with #DEEB64

Text Example


Text Example

White with #DEEB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB64; }

 p { color: rgb(222,235,100); }

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

background-color css

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

 a { background-color: rgb(222,235,100); }

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

border-color css

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

 span { border-color: rgb(222,235,100); }

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