Html Css Color HEX #DEF53A Pear

📋 copy color: '#DEF53A'

red 222 ◦ green 245 ◦ blue 58

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

Shades of Pear #DEF53A

Tints of Pear #DEF53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.05%

R = 42.29%
G = 46.67%
B = 11.05%

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

#DEF53A (or 0xDEF53A) is known color: Pear. HEX triplet: DE, F5 and 3A. RGB value is (222,245,58). Sum of RGB (Red+Green+Blue) = 222+245+58=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF53A is #210AC5. Grayscale: #D9D9D9. Windows color (decimal): -2165446 or 3864030. OLE color: 3864030.

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

Color convert

RGB 222 245 58 -
CMYK 0.09 0 0.76 0.04
HSL 67.38º 0.9% 0.59% -
HSV(B) 67.38º 0.76% 0.96% -
XYZ 63.54 81.14 16.32 -
YUV 216.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 222 245 58 0.09 0 0.76 0.04 67.38 0.9 0.59
Hex DE F5 3A 9 0 4C 4 43 5A 3B
Octal 336 365 72 11 0 114 4 103 132 73
Binary 11011110 11110101 111010 1001 0 1001100 100 1000011 1011010 111011

Color Harmonies of #DEF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF53A

Black with #DEF53A

Text Example


Text Example

White with #DEF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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