Html Css Color HEX #DEF267 Mindaro

📋 copy color: '#DEF267'

red 222 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #DEF267

Tints of Mindaro #DEF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.17%

R = 39.15%
G = 42.68%
B = 18.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DEF267 (or 0xDEF267) is known color: Mindaro. HEX triplet: DE, F2 and 67. RGB value is (222,242,103). Sum of RGB (Red+Green+Blue) = 222+242+103=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF267 is #210D98. Grayscale: #DCDCDC. Windows color (decimal): -2166169 or 6812382. OLE color: 6812382.

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

Color convert

RGB 222 242 103 -
CMYK 0.08 0 0.57 0.05
HSL 68.63º 0.84% 0.68% -
HSV(B) 68.63º 0.57% 0.95% -
XYZ 64.32 80.01 24.89 -
YUV 220.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 222 242 103 0.08 0 0.57 0.05 68.63 0.84 0.68
Hex DE F2 67 8 0 39 5 45 54 44
Octal 336 362 147 10 0 71 5 105 124 104
Binary 11011110 11110010 1100111 1000 0 111001 101 1000101 1010100 1000100

Color Harmonies of #DEF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF267

Black with #DEF267

Text Example


Text Example

White with #DEF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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