Html Css Color HEX #CCEC34 Pear

📋 copy color: '#CCEC34'

red 204 ◦ green 236 ◦ blue 52

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

Shades of Pear #CCEC34

Tints of Pear #CCEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

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

R = 41.46%
G = 47.97%
B = 10.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#CCEC34 (or 0xCCEC34) is known color: Pear. HEX triplet: CC, EC and 34. RGB value is (204,236,52). Sum of RGB (Red+Green+Blue) = 204+236+52=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEC34 is #3313CB. Grayscale: #CECECE. Windows color (decimal): -3347404 or 3468492. OLE color: 3468492.

HSL color Cylindrical-coordinate representation of color #CCEC34: hue angle of 70.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCEC34 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 52 -
CMYK 0.14 0 0.78 0.07
HSL 70.43º 0.83% 0.56% -
HSV(B) 70.43º 0.78% 0.93% -
XYZ 55.52 73.08 14.43 -
YUV 205.46 41.4 126.96 -
System Red Green Blue C M Y K H S L
Decimal 204 236 52 0.14 0 0.78 0.07 70.43 0.83 0.56
Hex CC EC 34 E 0 4E 7 46 53 38
Octal 314 354 64 16 0 116 7 106 123 70
Binary 11001100 11101100 110100 1110 0 1001110 111 1000110 1010011 111000

Color Harmonies of #CCEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC34

Black with #CCEC34

Text Example


Text Example

White with #CCEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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