Html Css Color HEX #DEF264 Mindaro

📋 copy color: '#DEF264'

red 222 ◦ green 242 ◦ blue 100

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

Shades of Mindaro #DEF264

Tints of Mindaro #DEF264

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

 BLUE value IS 100 (39.45% from 255) = 17.73%

R = 39.36%
G = 42.91%
B = 17.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DEF264 (or 0xDEF264) is known color: Mindaro. HEX triplet: DE, F2 and 64. RGB value is (222,242,100). Sum of RGB (Red+Green+Blue) = 222+242+100=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF264 is #210D9B. Grayscale: #DCDCDC. Windows color (decimal): -2166172 or 6615774. OLE color: 6615774.

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

Color convert

RGB 222 242 100 -
CMYK 0.08 0 0.59 0.05
HSL 68.45º 0.85% 0.67% -
HSV(B) 68.45º 0.59% 0.95% -
XYZ 64.18 79.95 24.11 -
YUV 219.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 222 242 100 0.08 0 0.59 0.05 68.45 0.85 0.67
Hex DE F2 64 8 0 3B 5 44 55 43
Octal 336 362 144 10 0 73 5 104 125 103
Binary 11011110 11110010 1100100 1000 0 111011 101 1000100 1010101 1000011

Color Harmonies of #DEF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF264

Black with #DEF264

Text Example


Text Example

White with #DEF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF264; }

 p { color: rgb(222,242,100); }

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

background-color css

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

 a { background-color: rgb(222,242,100); }

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

border-color css

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

 span { border-color: rgb(222,242,100); }

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