Html Css Color HEX #DEF373 Mindaro

📋 copy color: '#DEF373'

red 222 ◦ green 243 ◦ blue 115

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

Shades of Mindaro #DEF373

Tints of Mindaro #DEF373

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.9%

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

R = 38.28%
G = 41.9%
B = 19.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DEF373 (or 0xDEF373) is known color: Mindaro. HEX triplet: DE, F3 and 73. RGB value is (222,243,115). Sum of RGB (Red+Green+Blue) = 222+243+115=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF373 is #210C8C. Grayscale: #DEDEDE. Windows color (decimal): -2165901 or 7599070. OLE color: 7599070.

HSL color Cylindrical-coordinate representation of color #DEF373: hue angle of 69.84º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF373 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 115 -
CMYK 0.09 0 0.53 0.05
HSL 69.84º 0.84% 0.7% -
HSV(B) 69.84º 0.53% 0.95% -
XYZ 65.27 80.87 28.39 -
YUV 222.13 67.54 127.91 -
System Red Green Blue C M Y K H S L
Decimal 222 243 115 0.09 0 0.53 0.05 69.84 0.84 0.7
Hex DE F3 73 9 0 35 5 46 54 46
Octal 336 363 163 11 0 65 5 106 124 106
Binary 11011110 11110011 1110011 1001 0 110101 101 1000110 1010100 1000110

Color Harmonies of #DEF373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF373

Black with #DEF373

Text Example


Text Example

White with #DEF373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF373; }

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

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

background-color css

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

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

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

border-color css

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

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

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