Html Css Color HEX #DEF975 Mindaro

📋 copy color: '#DEF975'

red 222 ◦ green 249 ◦ blue 117

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

Shades of Mindaro #DEF975

Tints of Mindaro #DEF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.35%

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

R = 37.76%
G = 42.35%
B = 19.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DEF975 (or 0xDEF975) is known color: Mindaro. HEX triplet: DE, F9 and 75. RGB value is (222,249,117). Sum of RGB (Red+Green+Blue) = 222+249+117=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 117 (46.09% from 255 or 19.90% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF975 is #21068A. Grayscale: #E2E2E2. Windows color (decimal): -2164363 or 7731678. OLE color: 7731678.

HSL color Cylindrical-coordinate representation of color #DEF975: hue angle of 72.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF975 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 117 -
CMYK 0.11 0 0.53 0.02
HSL 72.27º 0.92% 0.72% -
HSV(B) 72.27º 0.53% 0.98% -
XYZ 67.21 84.57 29.61 -
YUV 225.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 222 249 117 0.11 0 0.53 0.02 72.27 0.92 0.72
Hex DE F9 75 B 0 35 2 48 5C 48
Octal 336 371 165 13 0 65 2 110 134 110
Binary 11011110 11111001 1110101 1011 0 110101 10 1001000 1011100 1001000

Color Harmonies of #DEF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF975

Black with #DEF975

Text Example


Text Example

White with #DEF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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