Html Css Color HEX #DEFD62 Mindaro

📋 copy color: '#DEFD62'

red 222 ◦ green 253 ◦ blue 98

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

Shades of Mindaro #DEFD62

Tints of Mindaro #DEFD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.1%

R = 38.74%
G = 44.15%
B = 17.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#DEFD62 (or 0xDEFD62) is known color: Mindaro. HEX triplet: DE, FD and 62. RGB value is (222,253,98). Sum of RGB (Red+Green+Blue) = 222+253+98=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD62 is #21029D. Grayscale: #E2E2E2. Windows color (decimal): -2163358 or 6487518. OLE color: 6487518.

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

Color convert

RGB 222 253 98 -
CMYK 0.12 0 0.61 0.01
HSL 72º 0.97% 0.69% -
HSV(B) 72º 0.61% 0.99% -
XYZ 67.45 86.66 24.73 -
YUV 226.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 222 253 98 0.12 0 0.61 0.01 72 0.97 0.69
Hex DE FD 62 C 0 3D 1 48 61 45
Octal 336 375 142 14 0 75 1 110 141 105
Binary 11011110 11111101 1100010 1100 0 111101 1 1001000 1100001 1000101

Color Harmonies of #DEFD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD62

Black with #DEFD62

Text Example


Text Example

White with #DEFD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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