Html Css Color HEX #CCF32C Pear

📋 copy color: '#CCF32C'

red 204 ◦ green 243 ◦ blue 44

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

Shades of Pear #CCF32C

Tints of Pear #CCF32C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 41.55%
G = 49.49%
B = 8.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#CCF32C (or 0xCCF32C) is known color: Pear. HEX triplet: CC, F3 and 2C. RGB value is (204,243,44). Sum of RGB (Red+Green+Blue) = 204+243+44=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF32C is #330CD3. Grayscale: #D1D1D1. Windows color (decimal): -3345620 or 2945996. OLE color: 2945996.

HSL color Cylindrical-coordinate representation of color #CCF32C: hue angle of 71.76º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF32C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 44 -
CMYK 0.16 0 0.82 0.05
HSL 71.76º 0.89% 0.56% -
HSV(B) 71.76º 0.82% 0.95% -
XYZ 57.41 77.12 14.24 -
YUV 208.65 35.08 124.68 -
System Red Green Blue C M Y K H S L
Decimal 204 243 44 0.16 0 0.82 0.05 71.76 0.89 0.56
Hex CC F3 2C 10 0 52 5 48 59 38
Octal 314 363 54 20 0 122 5 110 131 70
Binary 11001100 11110011 101100 10000 0 1010010 101 1001000 1011001 111000

Color Harmonies of #CCF32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF32C

Black with #CCF32C

Text Example


Text Example

White with #CCF32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF32C; }

 p { color: rgb(204,243,44); }

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

background-color css

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

 a { background-color: rgb(204,243,44); }

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

border-color css

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

 span { border-color: rgb(204,243,44); }

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