Html Css Color HEX #DEEF7D Mindaro

📋 copy color: '#DEEF7D'

red 222 ◦ green 239 ◦ blue 125

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

Shades of Mindaro #DEEF7D

Tints of Mindaro #DEEF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.78%

 BLUE value IS 125 (49.22% from 255) = 21.33%

R = 37.88%
G = 40.78%
B = 21.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DEEF7D (or 0xDEEF7D) is known color: Mindaro. HEX triplet: DE, EF and 7D. RGB value is (222,239,125). Sum of RGB (Red+Green+Blue) = 222+239+125=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF7D is #211082. Grayscale: #DDDDDD. Windows color (decimal): -2166915 or 8253406. OLE color: 8253406.

HSL color Cylindrical-coordinate representation of color #DEEF7D: hue angle of 68.95º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEEF7D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 125 -
CMYK 0.07 0 0.48 0.06
HSL 68.95º 0.78% 0.71% -
HSV(B) 68.95º 0.48% 0.94% -
XYZ 64.69 78.74 31.19 -
YUV 220.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 222 239 125 0.07 0 0.48 0.06 68.95 0.78 0.71
Hex DE EF 7D 7 0 30 6 45 4E 47
Octal 336 357 175 7 0 60 6 105 116 107
Binary 11011110 11101111 1111101 111 0 110000 110 1000101 1001110 1000111

Color Harmonies of #DEEF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF7D

Black with #DEEF7D

Text Example


Text Example

White with #DEEF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF7D; }

 p { color: rgb(222,239,125); }

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

background-color css

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

 a { background-color: rgb(222,239,125); }

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

border-color css

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

 span { border-color: rgb(222,239,125); }

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