Html Css Color HEX #DEF96C Mindaro

📋 copy color: '#DEF96C'

red 222 ◦ green 249 ◦ blue 108

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

Shades of Mindaro #DEF96C

Tints of Mindaro #DEF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

 BLUE value IS 108 (42.58% from 255) = 18.65%

R = 38.34%
G = 43.01%
B = 18.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#DEF96C (or 0xDEF96C) is known color: Mindaro. HEX triplet: DE, F9 and 6C. RGB value is (222,249,108). Sum of RGB (Red+Green+Blue) = 222+249+108=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 108 (42.58% from 255 or 18.65% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF96C is #210693. Grayscale: #E1E1E1. Windows color (decimal): -2164372 or 7141854. OLE color: 7141854.

HSL color Cylindrical-coordinate representation of color #DEF96C: hue angle of 71.49º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF96C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 108 -
CMYK 0.11 0 0.57 0.02
HSL 71.49º 0.92% 0.7% -
HSV(B) 71.49º 0.57% 0.98% -
XYZ 66.71 84.36 26.96 -
YUV 224.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 222 249 108 0.11 0 0.57 0.02 71.49 0.92 0.7
Hex DE F9 6C B 0 39 2 47 5C 46
Octal 336 371 154 13 0 71 2 107 134 106
Binary 11011110 11111001 1101100 1011 0 111001 10 1000111 1011100 1000110

Color Harmonies of #DEF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF96C

Black with #DEF96C

Text Example


Text Example

White with #DEF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF96C; }

 p { color: rgb(222,249,108); }

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

background-color css

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

 a { background-color: rgb(222,249,108); }

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

border-color css

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

 span { border-color: rgb(222,249,108); }

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