Html Css Color HEX #DEF241 Pear

📋 copy color: '#DEF241'

red 222 ◦ green 242 ◦ blue 65

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

Shades of Pear #DEF241

Tints of Pear #DEF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.29%

R = 41.97%
G = 45.75%
B = 12.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DEF241 (or 0xDEF241) is known color: Pear. HEX triplet: DE, F2 and 41. RGB value is (222,242,65). Sum of RGB (Red+Green+Blue) = 222+242+65=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF241 is #210DBE. Grayscale: #D8D8D8. Windows color (decimal): -2166207 or 4322014. OLE color: 4322014.

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

Color convert

RGB 222 242 65 -
CMYK 0.08 0 0.73 0.05
HSL 66.78º 0.87% 0.6% -
HSV(B) 66.78º 0.73% 0.95% -
XYZ 62.83 79.42 17.02 -
YUV 215.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 222 242 65 0.08 0 0.73 0.05 66.78 0.87 0.6
Hex DE F2 41 8 0 49 5 43 57 3C
Octal 336 362 101 10 0 111 5 103 127 74
Binary 11011110 11110010 1000001 1000 0 1001001 101 1000011 1010111 111100

Color Harmonies of #DEF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF241

Black with #DEF241

Text Example


Text Example

White with #DEF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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