Html Css Color HEX #CCE034 Pear

📋 copy color: '#CCE034'

red 204 ◦ green 224 ◦ blue 52

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

Shades of Pear #CCE034

Tints of Pear #CCE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 52 (20.7% from 255) = 10.83%

R = 42.5%
G = 46.67%
B = 10.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#CCE034 (or 0xCCE034) is known color: Pear. HEX triplet: CC, E0 and 34. RGB value is (204,224,52). Sum of RGB (Red+Green+Blue) = 204+224+52=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE034 is #331FCB. Grayscale: #C7C7C7. Windows color (decimal): -3350476 or 3465420. OLE color: 3465420.

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

Color convert

RGB 204 224 52 -
CMYK 0.09 0 0.77 0.12
HSL 66.98º 0.74% 0.54% -
HSV(B) 66.98º 0.77% 0.88% -
XYZ 52.18 66.4 13.31 -
YUV 198.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 204 224 52 0.09 0 0.77 0.12 66.98 0.74 0.54
Hex CC E0 34 9 0 4D C 43 4A 36
Octal 314 340 64 11 0 115 14 103 112 66
Binary 11001100 11100000 110100 1001 0 1001101 1100 1000011 1001010 110110

Color Harmonies of #CCE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE034

Black with #CCE034

Text Example


Text Example

White with #CCE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE034; }

 p { color: rgb(204,224,52); }

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

background-color css

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

 a { background-color: rgb(204,224,52); }

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

border-color css

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

 span { border-color: rgb(204,224,52); }

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