Html Css Color HEX #CCE314 Pear

📋 copy color: '#CCE314'

red 204 ◦ green 227 ◦ blue 20

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

Shades of Pear #CCE314

Tints of Pear #CCE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.33%

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

R = 45.23%
G = 50.33%
B = 4.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CCE314 (or 0xCCE314) is known color: Pear. HEX triplet: CC, E3 and 14. RGB value is (204,227,20). Sum of RGB (Red+Green+Blue) = 204+227+20=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE314 is #331CEB. Grayscale: #C5C5C5. Windows color (decimal): -3349740 or 1369036. OLE color: 1369036.

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

Color convert

RGB 204 227 20 -
CMYK 0.10 0 0.91 0.11
HSL 66.67º 0.84% 0.48% -
HSV(B) 66.67º 0.91% 0.89% -
XYZ 52.5 67.83 10.99 -
YUV 196.53 28.38 133.33 -
System Red Green Blue C M Y K H S L
Decimal 204 227 20 0.10 0 0.91 0.11 66.67 0.84 0.48
Hex CC E3 14 A 0 5B B 43 54 30
Octal 314 343 24 12 0 133 13 103 124 60
Binary 11001100 11100011 10100 1010 0 1011011 1011 1000011 1010100 110000

Color Harmonies of #CCE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE314

Black with #CCE314

Text Example


Text Example

White with #CCE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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