Html Css Color HEX #CCF248 Pear

📋 copy color: '#CCF248'

red 204 ◦ green 242 ◦ blue 72

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

Shades of Pear #CCF248

Tints of Pear #CCF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

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

R = 39.38%
G = 46.72%
B = 13.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#CCF248 (or 0xCCF248) is known color: Pear. HEX triplet: CC, F2 and 48. RGB value is (204,242,72). Sum of RGB (Red+Green+Blue) = 204+242+72=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF248 is #330DB7. Grayscale: #D3D3D3. Windows color (decimal): -3345848 or 4780748. OLE color: 4780748.

HSL color Cylindrical-coordinate representation of color #CCF248: hue angle of 73.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF248 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 72 -
CMYK 0.16 0 0.70 0.05
HSL 73.41º 0.87% 0.62% -
HSV(B) 73.41º 0.7% 0.95% -
XYZ 57.82 76.81 17.91 -
YUV 211.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 204 242 72 0.16 0 0.70 0.05 73.41 0.87 0.62
Hex CC F2 48 10 0 46 5 49 57 3E
Octal 314 362 110 20 0 106 5 111 127 76
Binary 11001100 11110010 1001000 10000 0 1000110 101 1001001 1010111 111110

Color Harmonies of #CCF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF248

Black with #CCF248

Text Example


Text Example

White with #CCF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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