Html Css Color HEX #DEF53C Pear

📋 copy color: '#DEF53C'

red 222 ◦ green 245 ◦ blue 60

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

Shades of Pear #DEF53C

Tints of Pear #DEF53C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.49%

 BLUE value IS 60 (23.83% from 255) = 11.39%

R = 42.13%
G = 46.49%
B = 11.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DEF53C (or 0xDEF53C) is known color: Pear. HEX triplet: DE, F5 and 3C. RGB value is (222,245,60). Sum of RGB (Red+Green+Blue) = 222+245+60=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF53C is #210AC3. Grayscale: #D9D9D9. Windows color (decimal): -2165444 or 3995102. OLE color: 3995102.

HSL color Cylindrical-coordinate representation of color #DEF53C: hue angle of 67.46º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF53C is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 60 -
CMYK 0.09 0 0.76 0.04
HSL 67.46º 0.9% 0.6% -
HSV(B) 67.46º 0.76% 0.96% -
XYZ 63.59 81.16 16.59 -
YUV 217.03 39.38 131.54 -
System Red Green Blue C M Y K H S L
Decimal 222 245 60 0.09 0 0.76 0.04 67.46 0.9 0.6
Hex DE F5 3C 9 0 4C 4 43 5A 3C
Octal 336 365 74 11 0 114 4 103 132 74
Binary 11011110 11110101 111100 1001 0 1001100 100 1000011 1011010 111100

Color Harmonies of #DEF53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF53C

Black with #DEF53C

Text Example


Text Example

White with #DEF53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF53C; }

 p { color: rgb(222,245,60); }

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

background-color css

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

 a { background-color: rgb(222,245,60); }

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

border-color css

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

 span { border-color: rgb(222,245,60); }

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