Html Css Color HEX #DEF07B Mindaro

📋 copy color: '#DEF07B'

red 222 ◦ green 240 ◦ blue 123

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

Shades of Mindaro #DEF07B

Tints of Mindaro #DEF07B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 123 (48.44% from 255) = 21.03%

R = 37.95%
G = 41.03%
B = 21.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#DEF07B (or 0xDEF07B) is known color: Mindaro. HEX triplet: DE, F0 and 7B. RGB value is (222,240,123). Sum of RGB (Red+Green+Blue) = 222+240+123=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF07B is #210F84. Grayscale: #DDDDDD. Windows color (decimal): -2166661 or 8122590. OLE color: 8122590.

HSL color Cylindrical-coordinate representation of color #DEF07B: hue angle of 69.23º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF07B is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 123 -
CMYK 0.08 0 0.49 0.06
HSL 69.23º 0.8% 0.71% -
HSV(B) 69.23º 0.49% 0.94% -
XYZ 64.86 79.28 30.62 -
YUV 221.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 222 240 123 0.08 0 0.49 0.06 69.23 0.8 0.71
Hex DE F0 7B 8 0 31 6 45 50 47
Octal 336 360 173 10 0 61 6 105 120 107
Binary 11011110 11110000 1111011 1000 0 110001 110 1000101 1010000 1000111

Color Harmonies of #DEF07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF07B

Black with #DEF07B

Text Example


Text Example

White with #DEF07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF07B; }

 p { color: rgb(222,240,123); }

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

background-color css

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

 a { background-color: rgb(222,240,123); }

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

border-color css

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

 span { border-color: rgb(222,240,123); }

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