Html Css Color HEX #DEF640 Pear

📋 copy color: '#DEF640'

red 222 ◦ green 246 ◦ blue 64

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

Shades of Pear #DEF640

Tints of Pear #DEF640

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.24%

 BLUE value IS 64 (25.39% from 255) = 12.03%

R = 41.73%
G = 46.24%
B = 12.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#DEF640 (or 0xDEF640) is known color: Pear. HEX triplet: DE, F6 and 40. RGB value is (222,246,64). Sum of RGB (Red+Green+Blue) = 222+246+64=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF640 is #2109BF. Grayscale: #DADADA. Windows color (decimal): -2165184 or 4257502. OLE color: 4257502.

HSL color Cylindrical-coordinate representation of color #DEF640: hue angle of 67.91º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEF640 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 64 -
CMYK 0.10 0 0.74 0.04
HSL 67.91º 0.91% 0.61% -
HSV(B) 67.91º 0.74% 0.96% -
XYZ 64.01 81.81 17.27 -
YUV 218.08 41.05 130.8 -
System Red Green Blue C M Y K H S L
Decimal 222 246 64 0.10 0 0.74 0.04 67.91 0.91 0.61
Hex DE F6 40 A 0 4A 4 44 5B 3D
Octal 336 366 100 12 0 112 4 104 133 75
Binary 11011110 11110110 1000000 1010 0 1001010 100 1000100 1011011 111101

Color Harmonies of #DEF640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF640

Black with #DEF640

Text Example


Text Example

White with #DEF640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF640; }

 p { color: rgb(222,246,64); }

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

background-color css

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

 a { background-color: rgb(222,246,64); }

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

border-color css

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

 span { border-color: rgb(222,246,64); }

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