Html Css Color HEX #CCEB2A Pear

📋 copy color: '#CCEB2A'

red 204 ◦ green 235 ◦ blue 42

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

Shades of Pear #CCEB2A

Tints of Pear #CCEB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.73%

R = 42.41%
G = 48.86%
B = 8.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#CCEB2A (or 0xCCEB2A) is known color: Pear. HEX triplet: CC, EB and 2A. RGB value is (204,235,42). Sum of RGB (Red+Green+Blue) = 204+235+42=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB2A is #3314D5. Grayscale: #CCCCCC. Windows color (decimal): -3347670 or 2812876. OLE color: 2812876.

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

Color convert

RGB 204 235 42 -
CMYK 0.13 0 0.82 0.08
HSL 69.64º 0.83% 0.54% -
HSV(B) 69.64º 0.82% 0.92% -
XYZ 55.03 72.42 13.27 -
YUV 203.73 36.73 128.19 -
System Red Green Blue C M Y K H S L
Decimal 204 235 42 0.13 0 0.82 0.08 69.64 0.83 0.54
Hex CC EB 2A D 0 52 8 46 53 36
Octal 314 353 52 15 0 122 10 106 123 66
Binary 11001100 11101011 101010 1101 0 1010010 1000 1000110 1010011 110110

Color Harmonies of #CCEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB2A

Black with #CCEB2A

Text Example


Text Example

White with #CCEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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