Html Css Color HEX #DEFD7A Mindaro

📋 copy color: '#DEFD7A'

red 222 ◦ green 253 ◦ blue 122

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

Shades of Mindaro #DEFD7A

Tints of Mindaro #DEFD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.44%

R = 37.19%
G = 42.38%
B = 20.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#DEFD7A (or 0xDEFD7A) is known color: Mindaro. HEX triplet: DE, FD and 7A. RGB value is (222,253,122). Sum of RGB (Red+Green+Blue) = 222+253+122=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD7A is #210285. Grayscale: #E5E5E5. Windows color (decimal): -2163334 or 8060382. OLE color: 8060382.

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

Color convert

RGB 222 253 122 -
CMYK 0.12 0 0.52 0.01
HSL 74.2º 0.97% 0.74% -
HSV(B) 74.2º 0.52% 0.99% -
XYZ 68.76 87.19 31.62 -
YUV 228.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 222 253 122 0.12 0 0.52 0.01 74.2 0.97 0.74
Hex DE FD 7A C 0 34 1 4A 61 4A
Octal 336 375 172 14 0 64 1 112 141 112
Binary 11011110 11111101 1111010 1100 0 110100 1 1001010 1100001 1001010

Color Harmonies of #DEFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD7A

Black with #DEFD7A

Text Example


Text Example

White with #DEFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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