Html Css Color HEX #DEE675 Mindaro

📋 copy color: '#DEE675'

red 222 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #DEE675

Tints of Mindaro #DEE675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

 BLUE value IS 117 (46.09% from 255) = 20.56%

R = 39.02%
G = 40.42%
B = 20.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#DEE675 (or 0xDEE675) is known color: Mindaro. HEX triplet: DE, E6 and 75. RGB value is (222,230,117). Sum of RGB (Red+Green+Blue) = 222+230+117=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE675 is #21198A. Grayscale: #D7D7D7. Windows color (decimal): -2169227 or 7726814. OLE color: 7726814.

HSL color Cylindrical-coordinate representation of color #DEE675: hue angle of 64.25º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE675 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 117 -
CMYK 0.03 0 0.49 0.10
HSL 64.25º 0.69% 0.68% -
HSV(B) 64.25º 0.49% 0.9% -
XYZ 61.63 73.41 27.75 -
YUV 214.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 222 230 117 0.03 0 0.49 0.10 64.25 0.69 0.68
Hex DE E6 75 3 0 31 A 40 45 44
Octal 336 346 165 3 0 61 12 100 105 104
Binary 11011110 11100110 1110101 11 0 110001 1010 1000000 1000101 1000100

Color Harmonies of #DEE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE675

Black with #DEE675

Text Example


Text Example

White with #DEE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE675; }

 p { color: rgb(222,230,117); }

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

background-color css

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

 a { background-color: rgb(222,230,117); }

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

border-color css

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

 span { border-color: rgb(222,230,117); }

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