Html Css Color HEX #DEFD6A Mindaro

📋 copy color: '#DEFD6A'

red 222 ◦ green 253 ◦ blue 106

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

Shades of Mindaro #DEFD6A

Tints of Mindaro #DEFD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.24%

R = 38.21%
G = 43.55%
B = 18.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DEFD6A (or 0xDEFD6A) is known color: Mindaro. HEX triplet: DE, FD and 6A. RGB value is (222,253,106). Sum of RGB (Red+Green+Blue) = 222+253+106=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 106 (41.80% from 255 or 18.24% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD6A is #210295. Grayscale: #E3E3E3. Windows color (decimal): -2163350 or 7011806. OLE color: 7011806.

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

Color convert

RGB 222 253 106 -
CMYK 0.12 0 0.58 0.01
HSL 72.65º 0.97% 0.7% -
HSV(B) 72.65º 0.58% 0.99% -
XYZ 67.85 86.82 26.82 -
YUV 226.97 59.73 124.45 -
System Red Green Blue C M Y K H S L
Decimal 222 253 106 0.12 0 0.58 0.01 72.65 0.97 0.7
Hex DE FD 6A C 0 3A 1 49 61 46
Octal 336 375 152 14 0 72 1 111 141 106
Binary 11011110 11111101 1101010 1100 0 111010 1 1001001 1100001 1000110

Color Harmonies of #DEFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD6A

Black with #DEFD6A

Text Example


Text Example

White with #DEFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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