Html Css Color HEX #CCE32D Pear

📋 copy color: '#CCE32D'

red 204 ◦ green 227 ◦ blue 45

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

Shades of Pear #CCE32D

Tints of Pear #CCE32D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.69%

 BLUE value IS 45 (17.97% from 255) = 9.45%

R = 42.86%
G = 47.69%
B = 9.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#CCE32D (or 0xCCE32D) is known color: Pear. HEX triplet: CC, E3 and 2D. RGB value is (204,227,45). Sum of RGB (Red+Green+Blue) = 204+227+45=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE32D is #331CD2. Grayscale: #C8C8C8. Windows color (decimal): -3349715 or 3007436. OLE color: 3007436.

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

Color convert

RGB 204 227 45 -
CMYK 0.10 0 0.80 0.11
HSL 67.58º 0.76% 0.53% -
HSV(B) 67.58º 0.8% 0.89% -
XYZ 52.84 67.97 12.82 -
YUV 199.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 204 227 45 0.10 0 0.80 0.11 67.58 0.76 0.53
Hex CC E3 2D A 0 50 B 44 4C 35
Octal 314 343 55 12 0 120 13 104 114 65
Binary 11001100 11100011 101101 1010 0 1010000 1011 1000100 1001100 110101

Color Harmonies of #CCE32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE32D

Black with #CCE32D

Text Example


Text Example

White with #CCE32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE32D; }

 p { color: rgb(204,227,45); }

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

background-color css

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

 a { background-color: rgb(204,227,45); }

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

border-color css

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

 span { border-color: rgb(204,227,45); }

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