Html Css Color HEX #DEE765 Mindaro

📋 copy color: '#DEE765'

red 222 ◦ green 231 ◦ blue 101

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

Shades of Mindaro #DEE765

Tints of Mindaro #DEE765

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.7%

 BLUE value IS 101 (39.84% from 255) = 18.23%

R = 40.07%
G = 41.7%
B = 18.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DEE765 (or 0xDEE765) is known color: Mindaro. HEX triplet: DE, E7 and 65. RGB value is (222,231,101). Sum of RGB (Red+Green+Blue) = 222+231+101=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE765 is #21189A. Grayscale: #D6D6D6. Windows color (decimal): -2168987 or 6678494. OLE color: 6678494.

HSL color Cylindrical-coordinate representation of color #DEE765: hue angle of 64.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE765 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 101 -
CMYK 0.04 0 0.56 0.09
HSL 64.15º 0.73% 0.65% -
HSV(B) 64.15º 0.56% 0.91% -
XYZ 61.05 73.62 23.3 -
YUV 213.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 222 231 101 0.04 0 0.56 0.09 64.15 0.73 0.65
Hex DE E7 65 4 0 38 9 40 49 41
Octal 336 347 145 4 0 70 11 100 111 101
Binary 11011110 11100111 1100101 100 0 111000 1001 1000000 1001001 1000001

Color Harmonies of #DEE765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE765

Black with #DEE765

Text Example


Text Example

White with #DEE765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE765; }

 p { color: rgb(222,231,101); }

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

background-color css

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

 a { background-color: rgb(222,231,101); }

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

border-color css

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

 span { border-color: rgb(222,231,101); }

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