Html Css Color HEX #DEFD66 Mindaro

📋 copy color: '#DEFD66'

red 222 ◦ green 253 ◦ blue 102

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

Shades of Mindaro #DEFD66

Tints of Mindaro #DEFD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.68%

R = 38.47%
G = 43.85%
B = 17.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DEFD66 (or 0xDEFD66) is known color: Mindaro. HEX triplet: DE, FD and 66. RGB value is (222,253,102). Sum of RGB (Red+Green+Blue) = 222+253+102=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 102 (40.23% from 255 or 17.68% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD66 is #210299. Grayscale: #E3E3E3. Windows color (decimal): -2163354 or 6749662. OLE color: 6749662.

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

Color convert

RGB 222 253 102 -
CMYK 0.12 0 0.60 0.01
HSL 72.32º 0.97% 0.7% -
HSV(B) 72.32º 0.6% 0.99% -
XYZ 67.65 86.74 25.75 -
YUV 226.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 222 253 102 0.12 0 0.60 0.01 72.32 0.97 0.7
Hex DE FD 66 C 0 3C 1 48 61 46
Octal 336 375 146 14 0 74 1 110 141 106
Binary 11011110 11111101 1100110 1100 0 111100 1 1001000 1100001 1000110

Color Harmonies of #DEFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD66

Black with #DEFD66

Text Example


Text Example

White with #DEFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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