Html Css Color HEX #CCE12B Pear

📋 copy color: '#CCE12B'

red 204 ◦ green 225 ◦ blue 43

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

Shades of Pear #CCE12B

Tints of Pear #CCE12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 43 (17.19% from 255) = 9.11%

R = 43.22%
G = 47.67%
B = 9.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#CCE12B (or 0xCCE12B) is known color: Pear. HEX triplet: CC, E1 and 2B. RGB value is (204,225,43). Sum of RGB (Red+Green+Blue) = 204+225+43=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE12B is #331ED4. Grayscale: #C6C6C6. Windows color (decimal): -3350229 or 2875852. OLE color: 2875852.

HSL color Cylindrical-coordinate representation of color #CCE12B: hue angle of 66.92º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCE12B is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 43 -
CMYK 0.09 0 0.81 0.12
HSL 66.92º 0.75% 0.53% -
HSV(B) 66.92º 0.81% 0.88% -
XYZ 52.26 66.86 12.44 -
YUV 197.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 204 225 43 0.09 0 0.81 0.12 66.92 0.75 0.53
Hex CC E1 2B 9 0 51 C 43 4B 35
Octal 314 341 53 11 0 121 14 103 113 65
Binary 11001100 11100001 101011 1001 0 1010001 1100 1000011 1001011 110101

Color Harmonies of #CCE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE12B

Black with #CCE12B

Text Example


Text Example

White with #CCE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE12B; }

 p { color: rgb(204,225,43); }

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

background-color css

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

 a { background-color: rgb(204,225,43); }

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

border-color css

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

 span { border-color: rgb(204,225,43); }

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