Html Css Color HEX #DEF11D Pear

📋 copy color: '#DEF11D'

red 222 ◦ green 241 ◦ blue 29

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

Shades of Pear #DEF11D

Tints of Pear #DEF11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.89%

R = 45.12%
G = 48.98%
B = 5.89%

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

#DEF11D (or 0xDEF11D) is known color: Pear. HEX triplet: DE, F1 and 1D. RGB value is (222,241,29). Sum of RGB (Red+Green+Blue) = 222+241+29=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF11D is #210EE2. Grayscale: #D3D3D3. Windows color (decimal): -2166499 or 1962462. OLE color: 1962462.

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

Color convert

RGB 222 241 29 -
CMYK 0.08 0 0.88 0.05
HSL 65.38º 0.88% 0.53% -
HSV(B) 65.38º 0.88% 0.95% -
XYZ 61.8 78.53 13.06 -
YUV 211.15 25.21 135.74 -
System Red Green Blue C M Y K H S L
Decimal 222 241 29 0.08 0 0.88 0.05 65.38 0.88 0.53
Hex DE F1 1D 8 0 58 5 41 58 35
Octal 336 361 35 10 0 130 5 101 130 65
Binary 11011110 11110001 11101 1000 0 1011000 101 1000001 1011000 110101

Color Harmonies of #DEF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF11D

Black with #DEF11D

Text Example


Text Example

White with #DEF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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