Html Css Color HEX #DEF962 Mindaro

📋 copy color: '#DEF962'

red 222 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #DEF962

Tints of Mindaro #DEF962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.22%

R = 39.02%
G = 43.76%
B = 17.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DEF962 (or 0xDEF962) is known color: Mindaro. HEX triplet: DE, F9 and 62. RGB value is (222,249,98). Sum of RGB (Red+Green+Blue) = 222+249+98=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 98 (38.67% from 255 or 17.22% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF962 is #21069D. Grayscale: #E0E0E0. Windows color (decimal): -2164382 or 6486494. OLE color: 6486494.

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

Color convert

RGB 222 249 98 -
CMYK 0.11 0 0.61 0.02
HSL 70.73º 0.93% 0.68% -
HSV(B) 70.73º 0.61% 0.98% -
XYZ 66.2 84.16 24.31 -
YUV 223.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 222 249 98 0.11 0 0.61 0.02 70.73 0.93 0.68
Hex DE F9 62 B 0 3D 2 47 5D 44
Octal 336 371 142 13 0 75 2 107 135 104
Binary 11011110 11111001 1100010 1011 0 111101 10 1000111 1011101 1000100

Color Harmonies of #DEF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF962

Black with #DEF962

Text Example


Text Example

White with #DEF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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