Html Css Color HEX #CCFF48 Pear

📋 copy color: '#CCFF48'

red 204 ◦ green 255 ◦ blue 72

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

Shades of Pear #CCFF48

Tints of Pear #CCFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.56%

R = 38.42%
G = 48.02%
B = 13.56%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#CCFF48 (or 0xCCFF48) is known color: Pear. HEX triplet: CC, FF and 48. RGB value is (204,255,72). Sum of RGB (Red+Green+Blue) = 204+255+72=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF48 is #3300B7. Grayscale: #DBDBDB. Windows color (decimal): -3342520 or 4784076. OLE color: 4784076.

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

Color convert

RGB 204 255 72 -
CMYK 0.2 0 0.72 0
HSL 76.72º 1% 0.64% -
HSV(B) 76.72º 0.72% 1% -
XYZ 61.83 84.83 19.24 -
YUV 218.89 45.1 117.38 -
System Red Green Blue C M Y K H S L
Decimal 204 255 72 0.2 0 0.72 0 76.72 1 0.64
Hex CC FF 48 14 0 48 0 4D 64 40
Octal 314 377 110 24 0 110 0 115 144 100
Binary 11001100 11111111 1001000 10100 0 1001000 0 1001101 1100100 1000000

Color Harmonies of #CCFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF48

Black with #CCFF48

Text Example


Text Example

White with #CCFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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