Html Css Color HEX #DEF11C Pear

📋 copy color: '#DEF11C'

red 222 ◦ green 241 ◦ blue 28

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

Shades of Pear #DEF11C

Tints of Pear #DEF11C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

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

R = 45.21%
G = 49.08%
B = 5.7%

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

#DEF11C (or 0xDEF11C) is known color: Pear. HEX triplet: DE, F1 and 1C. RGB value is (222,241,28). Sum of RGB (Red+Green+Blue) = 222+241+28=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF11C is #210EE3. Grayscale: #D3D3D3. Windows color (decimal): -2166500 or 1896926. OLE color: 1896926.

HSL color Cylindrical-coordinate representation of color #DEF11C: hue angle of 65.35º degrees, saturation: 0.88, 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 #DEF11C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 28 -
CMYK 0.08 0 0.88 0.05
HSL 65.35º 0.88% 0.53% -
HSV(B) 65.35º 0.88% 0.95% -
XYZ 61.79 78.52 13 -
YUV 211.04 24.71 135.82 -
System Red Green Blue C M Y K H S L
Decimal 222 241 28 0.08 0 0.88 0.05 65.35 0.88 0.53
Hex DE F1 1C 8 0 58 5 41 58 35
Octal 336 361 34 10 0 130 5 101 130 65
Binary 11011110 11110001 11100 1000 0 1011000 101 1000001 1011000 110101

Color Harmonies of #DEF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF11C

Black with #DEF11C

Text Example


Text Example

White with #DEF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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