Html Css Color HEX #CCEB1A Pear

📋 copy color: '#CCEB1A'

red 204 ◦ green 235 ◦ blue 26

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

Shades of Pear #CCEB1A

Tints of Pear #CCEB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.59%

R = 43.87%
G = 50.54%
B = 5.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#CCEB1A (or 0xCCEB1A) is known color: Pear. HEX triplet: CC, EB and 1A. RGB value is (204,235,26). Sum of RGB (Red+Green+Blue) = 204+235+26=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB1A is #3314E5. Grayscale: #CACACA. Windows color (decimal): -3347686 or 1764300. OLE color: 1764300.

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

Color convert

RGB 204 235 26 -
CMYK 0.13 0 0.89 0.08
HSL 68.9º 0.84% 0.51% -
HSV(B) 68.9º 0.89% 0.92% -
XYZ 54.8 72.33 12.05 -
YUV 201.91 28.73 129.49 -
System Red Green Blue C M Y K H S L
Decimal 204 235 26 0.13 0 0.89 0.08 68.9 0.84 0.51
Hex CC EB 1A D 0 59 8 45 54 33
Octal 314 353 32 15 0 131 10 105 124 63
Binary 11001100 11101011 11010 1101 0 1011001 1000 1000101 1010100 110011

Color Harmonies of #CCEB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB1A

Black with #CCEB1A

Text Example


Text Example

White with #CCEB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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