Html Css Color HEX #DEF63C Pear

📋 copy color: '#DEF63C'

red 222 ◦ green 246 ◦ blue 60

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

Shades of Pear #DEF63C

Tints of Pear #DEF63C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 60 (23.83% from 255) = 11.36%

R = 42.05%
G = 46.59%
B = 11.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DEF63C (or 0xDEF63C) is known color: Pear. HEX triplet: DE, F6 and 3C. RGB value is (222,246,60). Sum of RGB (Red+Green+Blue) = 222+246+60=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF63C is #2109C3. Grayscale: #DADADA. Windows color (decimal): -2165188 or 3995358. OLE color: 3995358.

HSL color Cylindrical-coordinate representation of color #DEF63C: hue angle of 67.74º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEF63C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 60 -
CMYK 0.10 0 0.76 0.04
HSL 67.74º 0.91% 0.6% -
HSV(B) 67.74º 0.76% 0.96% -
XYZ 63.9 81.77 16.69 -
YUV 217.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 222 246 60 0.10 0 0.76 0.04 67.74 0.91 0.6
Hex DE F6 3C A 0 4C 4 44 5B 3C
Octal 336 366 74 12 0 114 4 104 133 74
Binary 11011110 11110110 111100 1010 0 1001100 100 1000100 1011011 111100

Color Harmonies of #DEF63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF63C

Black with #DEF63C

Text Example


Text Example

White with #DEF63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF63C; }

 p { color: rgb(222,246,60); }

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

background-color css

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

 a { background-color: rgb(222,246,60); }

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

border-color css

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

 span { border-color: rgb(222,246,60); }

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