Html Css Color HEX #CCE41A Pear

📋 copy color: '#CCE41A'

red 204 ◦ green 228 ◦ blue 26

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

Shades of Pear #CCE41A

Tints of Pear #CCE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.78%

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

R = 44.54%
G = 49.78%
B = 5.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#CCE41A (or 0xCCE41A) is known color: Pear. HEX triplet: CC, E4 and 1A. RGB value is (204,228,26). Sum of RGB (Red+Green+Blue) = 204+228+26=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE41A is #331BE5. Grayscale: #C6C6C6. Windows color (decimal): -3349478 or 1762508. OLE color: 1762508.

HSL color Cylindrical-coordinate representation of color #CCE41A: hue angle of 67.13º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCE41A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 26 -
CMYK 0.11 0 0.89 0.11
HSL 67.13º 0.8% 0.5% -
HSV(B) 67.13º 0.89% 0.89% -
XYZ 52.83 68.4 11.4 -
YUV 197.8 31.05 132.43 -
System Red Green Blue C M Y K H S L
Decimal 204 228 26 0.11 0 0.89 0.11 67.13 0.8 0.5
Hex CC E4 1A B 0 59 B 43 50 32
Octal 314 344 32 13 0 131 13 103 120 62
Binary 11001100 11100100 11010 1011 0 1011001 1011 1000011 1010000 110010

Color Harmonies of #CCE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE41A

Black with #CCE41A

Text Example


Text Example

White with #CCE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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