Html Css Color HEX #CCE21A Pear

📋 copy color: '#CCE21A'

red 204 ◦ green 226 ◦ blue 26

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

Shades of Pear #CCE21A

Tints of Pear #CCE21A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.56%

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

R = 44.74%
G = 49.56%
B = 5.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#CCE21A (or 0xCCE21A) is known color: Pear. HEX triplet: CC, E2 and 1A. RGB value is (204,226,26). Sum of RGB (Red+Green+Blue) = 204+226+26=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE21A is #331DE5. Grayscale: #C5C5C5. Windows color (decimal): -3349990 or 1761996. OLE color: 1761996.

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

Color convert

RGB 204 226 26 -
CMYK 0.10 0 0.88 0.11
HSL 66.6º 0.79% 0.49% -
HSV(B) 66.6º 0.88% 0.89% -
XYZ 52.28 67.3 11.21 -
YUV 196.62 31.71 133.26 -
System Red Green Blue C M Y K H S L
Decimal 204 226 26 0.10 0 0.88 0.11 66.6 0.79 0.49
Hex CC E2 1A A 0 58 B 43 4F 31
Octal 314 342 32 12 0 130 13 103 117 61
Binary 11001100 11100010 11010 1010 0 1011000 1011 1000011 1001111 110001

Color Harmonies of #CCE21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE21A

Black with #CCE21A

Text Example


Text Example

White with #CCE21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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