Html Css Color HEX #CCEB3C Pear

📋 copy color: '#CCEB3C'

red 204 ◦ green 235 ◦ blue 60

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

Shades of Pear #CCEB3C

Tints of Pear #CCEB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.09%

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

R = 40.88%
G = 47.09%
B = 12.02%

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

#CCEB3C (or 0xCCEB3C) is known color: Pear. HEX triplet: CC, EB and 3C. RGB value is (204,235,60). Sum of RGB (Red+Green+Blue) = 204+235+60=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB3C is #3314C3. Grayscale: #CECECE. Windows color (decimal): -3347652 or 3992524. OLE color: 3992524.

HSL color Cylindrical-coordinate representation of color #CCEB3C: hue angle of 70.63º 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 #CCEB3C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 60 -
CMYK 0.13 0 0.74 0.08
HSL 70.63º 0.81% 0.58% -
HSV(B) 70.63º 0.74% 0.92% -
XYZ 55.43 72.58 15.36 -
YUV 205.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 204 235 60 0.13 0 0.74 0.08 70.63 0.81 0.58
Hex CC EB 3C D 0 4A 8 47 51 3A
Octal 314 353 74 15 0 112 10 107 121 72
Binary 11001100 11101011 111100 1101 0 1001010 1000 1000111 1010001 111010

Color Harmonies of #CCEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB3C

Black with #CCEB3C

Text Example


Text Example

White with #CCEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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