Html Css Color HEX #CCF54C Pear

📋 copy color: '#CCF54C'

red 204 ◦ green 245 ◦ blue 76

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

Shades of Pear #CCF54C

Tints of Pear #CCF54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

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

R = 38.86%
G = 46.67%
B = 14.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#CCF54C (or 0xCCF54C) is known color: Pear. HEX triplet: CC, F5 and 4C. RGB value is (204,245,76). Sum of RGB (Red+Green+Blue) = 204+245+76=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF54C is #330AB3. Grayscale: #D6D6D6. Windows color (decimal): -3345076 or 5043660. OLE color: 5043660.

HSL color Cylindrical-coordinate representation of color #CCF54C: hue angle of 74.56º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF54C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 76 -
CMYK 0.17 0 0.69 0.04
HSL 74.56º 0.89% 0.63% -
HSV(B) 74.56º 0.69% 0.96% -
XYZ 58.86 78.66 18.92 -
YUV 213.48 50.42 121.24 -
System Red Green Blue C M Y K H S L
Decimal 204 245 76 0.17 0 0.69 0.04 74.56 0.89 0.63
Hex CC F5 4C 11 0 45 4 4B 59 3F
Octal 314 365 114 21 0 105 4 113 131 77
Binary 11001100 11110101 1001100 10001 0 1000101 100 1001011 1011001 111111

Color Harmonies of #CCF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF54C

Black with #CCF54C

Text Example


Text Example

White with #CCF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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