Html Css Color HEX #DEF03A Pear

📋 copy color: '#DEF03A'

red 222 ◦ green 240 ◦ blue 58

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

Shades of Pear #DEF03A

Tints of Pear #DEF03A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

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

R = 42.69%
G = 46.15%
B = 11.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#DEF03A (or 0xDEF03A) is known color: Pear. HEX triplet: DE, F0 and 3A. RGB value is (222,240,58). Sum of RGB (Red+Green+Blue) = 222+240+58=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF03A is #210FC5. Grayscale: #D6D6D6. Windows color (decimal): -2166726 or 3862750. OLE color: 3862750.

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

Color convert

RGB 222 240 58 -
CMYK 0.08 0 0.76 0.06
HSL 65.93º 0.86% 0.58% -
HSV(B) 65.93º 0.76% 0.94% -
XYZ 62.05 78.16 15.82 -
YUV 213.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 222 240 58 0.08 0 0.76 0.06 65.93 0.86 0.58
Hex DE F0 3A 8 0 4C 6 42 56 3A
Octal 336 360 72 10 0 114 6 102 126 72
Binary 11011110 11110000 111010 1000 0 1001100 110 1000010 1010110 111010

Color Harmonies of #DEF03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF03A

Black with #DEF03A

Text Example


Text Example

White with #DEF03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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