Html Css Color HEX #DEFD7C Mindaro

📋 copy color: '#DEFD7C'

red 222 ◦ green 253 ◦ blue 124

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

Shades of Mindaro #DEFD7C

Tints of Mindaro #DEFD7C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 37.06%
G = 42.24%
B = 20.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#DEFD7C (or 0xDEFD7C) is known color: Mindaro. HEX triplet: DE, FD and 7C. RGB value is (222,253,124). Sum of RGB (Red+Green+Blue) = 222+253+124=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD7C is #210283. Grayscale: #E5E5E5. Windows color (decimal): -2163332 or 8191454. OLE color: 8191454.

HSL color Cylindrical-coordinate representation of color #DEFD7C: hue angle of 74.42º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEFD7C is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 124 -
CMYK 0.12 0 0.51 0.01
HSL 74.42º 0.97% 0.74% -
HSV(B) 74.42º 0.51% 0.99% -
XYZ 68.89 87.24 32.28 -
YUV 229.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 222 253 124 0.12 0 0.51 0.01 74.42 0.97 0.74
Hex DE FD 7C C 0 33 1 4A 61 4A
Octal 336 375 174 14 0 63 1 112 141 112
Binary 11011110 11111101 1111100 1100 0 110011 1 1001010 1100001 1001010

Color Harmonies of #DEFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD7C

Black with #DEFD7C

Text Example


Text Example

White with #DEFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD7C; }

 p { color: rgb(222,253,124); }

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

background-color css

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

 a { background-color: rgb(222,253,124); }

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

border-color css

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

 span { border-color: rgb(222,253,124); }

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