Html Css Color HEX #CCE014 Pear

📋 copy color: '#CCE014'

red 204 ◦ green 224 ◦ blue 20

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

Shades of Pear #CCE014

Tints of Pear #CCE014

RGB

 RED value IS 204 (80.08% from 255) = 45.54%

 GREEN value IS 224 (87.89% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 45.54%
G = 50%
B = 4.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CCE014 (or 0xCCE014) is known color: Pear. HEX triplet: CC, E0 and 14. RGB value is (204,224,20). Sum of RGB (Red+Green+Blue) = 204+224+20=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE014 is #331FEB. Grayscale: #C3C3C3. Windows color (decimal): -3350508 or 1368268. OLE color: 1368268.

HSL color Cylindrical-coordinate representation of color #CCE014: hue angle of 65.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE014 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 20 -
CMYK 0.09 0 0.91 0.12
HSL 65.88º 0.84% 0.48% -
HSV(B) 65.88º 0.91% 0.88% -
XYZ 51.68 66.2 10.72 -
YUV 194.76 29.37 134.59 -
System Red Green Blue C M Y K H S L
Decimal 204 224 20 0.09 0 0.91 0.12 65.88 0.84 0.48
Hex CC E0 14 9 0 5B C 42 54 30
Octal 314 340 24 11 0 133 14 102 124 60
Binary 11001100 11100000 10100 1001 0 1011011 1100 1000010 1010100 110000

Color Harmonies of #CCE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE014

Black with #CCE014

Text Example


Text Example

White with #CCE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE014; }

 p { color: rgb(204,224,20); }

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

background-color css

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

 a { background-color: rgb(204,224,20); }

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

border-color css

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

 span { border-color: rgb(204,224,20); }

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