Html Css Color HEX #CCFF4C Pear

📋 copy color: '#CCFF4C'

red 204 ◦ green 255 ◦ blue 76

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

Shades of Pear #CCFF4C

Tints of Pear #CCFF4C

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

 BLUE value IS 76 (30.08% from 255) = 14.21%

R = 38.13%
G = 47.66%
B = 14.21%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#CCFF4C (or 0xCCFF4C) is known color: Pear. HEX triplet: CC, FF and 4C. RGB value is (204,255,76). Sum of RGB (Red+Green+Blue) = 204+255+76=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF4C is #3300B3. Grayscale: #DCDCDC. Windows color (decimal): -3342516 or 5046220. OLE color: 5046220.

HSL color Cylindrical-coordinate representation of color #CCFF4C: hue angle of 77.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCFF4C is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 76 -
CMYK 0.2 0 0.70 0
HSL 77.09º 1% 0.65% -
HSV(B) 77.09º 0.7% 1% -
XYZ 61.97 84.88 19.95 -
YUV 219.35 47.1 117.05 -
System Red Green Blue C M Y K H S L
Decimal 204 255 76 0.2 0 0.70 0 77.09 1 0.65
Hex CC FF 4C 14 0 46 0 4D 64 41
Octal 314 377 114 24 0 106 0 115 144 101
Binary 11001100 11111111 1001100 10100 0 1000110 0 1001101 1100100 1000001

Color Harmonies of #CCFF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF4C

Black with #CCFF4C

Text Example


Text Example

White with #CCFF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF4C; }

 p { color: rgb(204,255,76); }

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

background-color css

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

 a { background-color: rgb(204,255,76); }

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

border-color css

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

 span { border-color: rgb(204,255,76); }

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