Html Css Color HEX #DEF968 Mindaro

📋 copy color: '#DEF968'

red 222 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #DEF968

Tints of Mindaro #DEF968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.09%

R = 38.61%
G = 43.3%
B = 18.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DEF968 (or 0xDEF968) is known color: Mindaro. HEX triplet: DE, F9 and 68. RGB value is (222,249,104). Sum of RGB (Red+Green+Blue) = 222+249+104=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF968 is #210697. Grayscale: #E0E0E0. Windows color (decimal): -2164376 or 6879710. OLE color: 6879710.

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

Color convert

RGB 222 249 104 -
CMYK 0.11 0 0.58 0.02
HSL 71.17º 0.92% 0.69% -
HSV(B) 71.17º 0.58% 0.98% -
XYZ 66.5 84.28 25.86 -
YUV 224.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 222 249 104 0.11 0 0.58 0.02 71.17 0.92 0.69
Hex DE F9 68 B 0 3A 2 47 5C 45
Octal 336 371 150 13 0 72 2 107 134 105
Binary 11011110 11111001 1101000 1011 0 111010 10 1000111 1011100 1000101

Color Harmonies of #DEF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF968

Black with #DEF968

Text Example


Text Example

White with #DEF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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