Html Css Color HEX #DEFD64 Mindaro

📋 copy color: '#DEFD64'

red 222 ◦ green 253 ◦ blue 100

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

Shades of Mindaro #DEFD64

Tints of Mindaro #DEFD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.39%

R = 38.61%
G = 44%
B = 17.39%

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

#DEFD64 (or 0xDEFD64) is known color: Mindaro. HEX triplet: DE, FD and 64. RGB value is (222,253,100). Sum of RGB (Red+Green+Blue) = 222+253+100=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD64 is #21029B. Grayscale: #E2E2E2. Windows color (decimal): -2163356 or 6618590. OLE color: 6618590.

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

Color convert

RGB 222 253 100 -
CMYK 0.12 0 0.60 0.01
HSL 72.16º 0.97% 0.69% -
HSV(B) 72.16º 0.6% 0.99% -
XYZ 67.55 86.7 25.23 -
YUV 226.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 222 253 100 0.12 0 0.60 0.01 72.16 0.97 0.69
Hex DE FD 64 C 0 3C 1 48 61 45
Octal 336 375 144 14 0 74 1 110 141 105
Binary 11011110 11111101 1100100 1100 0 111100 1 1001000 1100001 1000101

Color Harmonies of #DEFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD64

Black with #DEFD64

Text Example


Text Example

White with #DEFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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