Html Css Color HEX #CCEA3C Pear

📋 copy color: '#CCEA3C'

red 204 ◦ green 234 ◦ blue 60

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

Shades of Pear #CCEA3C

Tints of Pear #CCEA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.99%

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

R = 40.96%
G = 46.99%
B = 12.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#CCEA3C (or 0xCCEA3C) is known color: Pear. HEX triplet: CC, EA and 3C. RGB value is (204,234,60). Sum of RGB (Red+Green+Blue) = 204+234+60=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA3C is #3315C3. Grayscale: #CDCDCD. Windows color (decimal): -3347908 or 3992268. OLE color: 3992268.

HSL color Cylindrical-coordinate representation of color #CCEA3C: hue angle of 70.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCEA3C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 60 -
CMYK 0.13 0 0.74 0.08
HSL 70.34º 0.81% 0.58% -
HSV(B) 70.34º 0.74% 0.92% -
XYZ 55.14 72.01 15.27 -
YUV 205.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 204 234 60 0.13 0 0.74 0.08 70.34 0.81 0.58
Hex CC EA 3C D 0 4A 8 46 51 3A
Octal 314 352 74 15 0 112 10 106 121 72
Binary 11001100 11101010 111100 1101 0 1001010 1000 1000110 1010001 111010

Color Harmonies of #CCEA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA3C

Black with #CCEA3C

Text Example


Text Example

White with #CCEA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA3C; }

 p { color: rgb(204,234,60); }

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

background-color css

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

 a { background-color: rgb(204,234,60); }

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

border-color css

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

 span { border-color: rgb(204,234,60); }

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