Html Css Color HEX #DEFD73 Mindaro

📋 copy color: '#DEFD73'

red 222 ◦ green 253 ◦ blue 115

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

Shades of Mindaro #DEFD73

Tints of Mindaro #DEFD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.49%

R = 37.63%
G = 42.88%
B = 19.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#DEFD73 (or 0xDEFD73) is known color: Mindaro. HEX triplet: DE, FD and 73. RGB value is (222,253,115). Sum of RGB (Red+Green+Blue) = 222+253+115=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD73 is #21028C. Grayscale: #E4E4E4. Windows color (decimal): -2163341 or 7601630. OLE color: 7601630.

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

Color convert

RGB 222 253 115 -
CMYK 0.12 0 0.55 0.01
HSL 73.48º 0.97% 0.72% -
HSV(B) 73.48º 0.55% 0.99% -
XYZ 68.34 87.02 29.41 -
YUV 228 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 222 253 115 0.12 0 0.55 0.01 73.48 0.97 0.72
Hex DE FD 73 C 0 37 1 49 61 48
Octal 336 375 163 14 0 67 1 111 141 110
Binary 11011110 11111101 1110011 1100 0 110111 1 1001001 1100001 1001000

Color Harmonies of #DEFD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD73

Black with #DEFD73

Text Example


Text Example

White with #DEFD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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