Html Css Color HEX #DEF175 Mindaro

📋 copy color: '#DEF175'

red 222 ◦ green 241 ◦ blue 117

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

Shades of Mindaro #DEF175

Tints of Mindaro #DEF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 38.28%
G = 41.55%
B = 20.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DEF175 (or 0xDEF175) is known color: Mindaro. HEX triplet: DE, F1 and 75. RGB value is (222,241,117). Sum of RGB (Red+Green+Blue) = 222+241+117=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF175 is #210E8A. Grayscale: #DDDDDD. Windows color (decimal): -2166411 or 7729630. OLE color: 7729630.

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

Color convert

RGB 222 241 117 -
CMYK 0.08 0 0.51 0.05
HSL 69.19º 0.82% 0.7% -
HSV(B) 69.19º 0.51% 0.95% -
XYZ 64.79 79.72 28.8 -
YUV 221.18 69.21 128.58 -
System Red Green Blue C M Y K H S L
Decimal 222 241 117 0.08 0 0.51 0.05 69.19 0.82 0.7
Hex DE F1 75 8 0 33 5 45 52 46
Octal 336 361 165 10 0 63 5 105 122 106
Binary 11011110 11110001 1110101 1000 0 110011 101 1000101 1010010 1000110

Color Harmonies of #DEF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF175

Black with #DEF175

Text Example


Text Example

White with #DEF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF175; }

 p { color: rgb(222,241,117); }

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

background-color css

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

 a { background-color: rgb(222,241,117); }

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

border-color css

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

 span { border-color: rgb(222,241,117); }

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