Html Css Color HEX #DEF266 Mindaro

📋 copy color: '#DEF266'

red 222 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #DEF266

Tints of Mindaro #DEF266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.02%

R = 39.22%
G = 42.76%
B = 18.02%

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

#DEF266 (or 0xDEF266) is known color: Mindaro. HEX triplet: DE, F2 and 66. RGB value is (222,242,102). Sum of RGB (Red+Green+Blue) = 222+242+102=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF266 is #210D99. Grayscale: #DCDCDC. Windows color (decimal): -2166170 or 6746846. OLE color: 6746846.

HSL color Cylindrical-coordinate representation of color #DEF266: hue angle of 68.57º 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 #DEF266 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 102 -
CMYK 0.08 0 0.58 0.05
HSL 68.57º 0.84% 0.67% -
HSV(B) 68.57º 0.58% 0.95% -
XYZ 64.27 79.99 24.62 -
YUV 220.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 222 242 102 0.08 0 0.58 0.05 68.57 0.84 0.67
Hex DE F2 66 8 0 3A 5 45 54 43
Octal 336 362 146 10 0 72 5 105 124 103
Binary 11011110 11110010 1100110 1000 0 111010 101 1000101 1010100 1000011

Color Harmonies of #DEF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF266

Black with #DEF266

Text Example


Text Example

White with #DEF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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