Html Css Color HEX #CCEA1A Pear

📋 copy color: '#CCEA1A'

red 204 ◦ green 234 ◦ blue 26

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

Shades of Pear #CCEA1A

Tints of Pear #CCEA1A

RGB

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

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

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

R = 43.97%
G = 50.43%
B = 5.6%

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

#CCEA1A (or 0xCCEA1A) is known color: Pear. HEX triplet: CC, EA and 1A. RGB value is (204,234,26). Sum of RGB (Red+Green+Blue) = 204+234+26=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 26 (10.55% from 255 or 5.60% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA1A is #3315E5. Grayscale: #CACACA. Windows color (decimal): -3347942 or 1764044. OLE color: 1764044.

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

Color convert

RGB 204 234 26 -
CMYK 0.13 0 0.89 0.08
HSL 68.65º 0.83% 0.51% -
HSV(B) 68.65º 0.89% 0.92% -
XYZ 54.51 71.76 11.95 -
YUV 201.32 29.06 129.91 -
System Red Green Blue C M Y K H S L
Decimal 204 234 26 0.13 0 0.89 0.08 68.65 0.83 0.51
Hex CC EA 1A D 0 59 8 45 53 33
Octal 314 352 32 15 0 131 10 105 123 63
Binary 11001100 11101010 11010 1101 0 1011001 1000 1000101 1010011 110011

Color Harmonies of #CCEA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA1A

Black with #CCEA1A

Text Example


Text Example

White with #CCEA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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