Html Css Color HEX #CCEB3A Pear

📋 copy color: '#CCEB3A'

red 204 ◦ green 235 ◦ blue 58

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

Shades of Pear #CCEB3A

Tints of Pear #CCEB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.67%

R = 41.05%
G = 47.28%
B = 11.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#CCEB3A (or 0xCCEB3A) is known color: Pear. HEX triplet: CC, EB and 3A. RGB value is (204,235,58). Sum of RGB (Red+Green+Blue) = 204+235+58=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB3A is #3314C5. Grayscale: #CECECE. Windows color (decimal): -3347654 or 3861452. OLE color: 3861452.

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

Color convert

RGB 204 235 58 -
CMYK 0.13 0 0.75 0.08
HSL 70.51º 0.82% 0.57% -
HSV(B) 70.51º 0.75% 0.92% -
XYZ 55.37 72.56 15.09 -
YUV 205.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 204 235 58 0.13 0 0.75 0.08 70.51 0.82 0.57
Hex CC EB 3A D 0 4B 8 47 52 39
Octal 314 353 72 15 0 113 10 107 122 71
Binary 11001100 11101011 111010 1101 0 1001011 1000 1000111 1010010 111001

Color Harmonies of #CCEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB3A

Black with #CCEB3A

Text Example


Text Example

White with #CCEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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