Html Css Color HEX #DEEF65 Mindaro

📋 copy color: '#DEEF65'

red 222 ◦ green 239 ◦ blue 101

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

Shades of Mindaro #DEEF65

Tints of Mindaro #DEEF65

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.53%

 BLUE value IS 101 (39.84% from 255) = 17.97%

R = 39.5%
G = 42.53%
B = 17.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DEEF65 (or 0xDEEF65) is known color: Mindaro. HEX triplet: DE, EF and 65. RGB value is (222,239,101). Sum of RGB (Red+Green+Blue) = 222+239+101=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF65 is #21109A. Grayscale: #DADADA. Windows color (decimal): -2166939 or 6680542. OLE color: 6680542.

HSL color Cylindrical-coordinate representation of color #DEEF65: hue angle of 67.39º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEEF65 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 101 -
CMYK 0.07 0 0.58 0.06
HSL 67.39º 0.81% 0.67% -
HSV(B) 67.39º 0.58% 0.94% -
XYZ 63.34 78.2 24.07 -
YUV 218.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 222 239 101 0.07 0 0.58 0.06 67.39 0.81 0.67
Hex DE EF 65 7 0 3A 6 43 51 43
Octal 336 357 145 7 0 72 6 103 121 103
Binary 11011110 11101111 1100101 111 0 111010 110 1000011 1010001 1000011

Color Harmonies of #DEEF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF65

Black with #DEEF65

Text Example


Text Example

White with #DEEF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF65; }

 p { color: rgb(222,239,101); }

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

background-color css

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

 a { background-color: rgb(222,239,101); }

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

border-color css

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

 span { border-color: rgb(222,239,101); }

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