Html Css Color HEX #DEF21C Pear

📋 copy color: '#DEF21C'

red 222 ◦ green 242 ◦ blue 28

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

Shades of Pear #DEF21C

Tints of Pear #DEF21C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 28 (11.33% from 255) = 5.69%

R = 45.12%
G = 49.19%
B = 5.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DEF21C (or 0xDEF21C) is known color: Pear. HEX triplet: DE, F2 and 1C. RGB value is (222,242,28). Sum of RGB (Red+Green+Blue) = 222+242+28=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF21C is #210DE3. Grayscale: #D4D4D4. Windows color (decimal): -2166244 or 1897182. OLE color: 1897182.

HSL color Cylindrical-coordinate representation of color #DEF21C: hue angle of 65.61º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEF21C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 28 -
CMYK 0.08 0 0.88 0.05
HSL 65.61º 0.89% 0.53% -
HSV(B) 65.61º 0.88% 0.95% -
XYZ 62.09 79.12 13.1 -
YUV 211.62 24.37 135.4 -
System Red Green Blue C M Y K H S L
Decimal 222 242 28 0.08 0 0.88 0.05 65.61 0.89 0.53
Hex DE F2 1C 8 0 58 5 42 59 35
Octal 336 362 34 10 0 130 5 102 131 65
Binary 11011110 11110010 11100 1000 0 1011000 101 1000010 1011001 110101

Color Harmonies of #DEF21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF21C

Black with #DEF21C

Text Example


Text Example

White with #DEF21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF21C; }

 p { color: rgb(222,242,28); }

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

background-color css

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

 a { background-color: rgb(222,242,28); }

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

border-color css

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

 span { border-color: rgb(222,242,28); }

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