Html Css Color HEX #DEF265 Mindaro

📋 copy color: '#DEF265'

red 222 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #DEF265

Tints of Mindaro #DEF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.88%

R = 39.29%
G = 42.83%
B = 17.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DEF265 (or 0xDEF265) is known color: Mindaro. HEX triplet: DE, F2 and 65. RGB value is (222,242,101). Sum of RGB (Red+Green+Blue) = 222+242+101=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF265 is #210D9A. Grayscale: #DCDCDC. Windows color (decimal): -2166171 or 6681310. OLE color: 6681310.

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

Color convert

RGB 222 242 101 -
CMYK 0.08 0 0.58 0.05
HSL 68.51º 0.84% 0.67% -
HSV(B) 68.51º 0.58% 0.95% -
XYZ 64.23 79.97 24.36 -
YUV 219.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 222 242 101 0.08 0 0.58 0.05 68.51 0.84 0.67
Hex DE F2 65 8 0 3A 5 45 54 43
Octal 336 362 145 10 0 72 5 105 124 103
Binary 11011110 11110010 1100101 1000 0 111010 101 1000101 1010100 1000011

Color Harmonies of #DEF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF265

Black with #DEF265

Text Example


Text Example

White with #DEF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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