Html Css Color HEX #CCF246 Pear

📋 copy color: '#CCF246'

red 204 ◦ green 242 ◦ blue 70

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

Shades of Pear #CCF246

Tints of Pear #CCF246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.57%

R = 39.53%
G = 46.9%
B = 13.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#CCF246 (or 0xCCF246) is known color: Pear. HEX triplet: CC, F2 and 46. RGB value is (204,242,70). Sum of RGB (Red+Green+Blue) = 204+242+70=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF246 is #330DB9. Grayscale: #D3D3D3. Windows color (decimal): -3345850 or 4649676. OLE color: 4649676.

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

Color convert

RGB 204 242 70 -
CMYK 0.16 0 0.71 0.05
HSL 73.26º 0.87% 0.61% -
HSV(B) 73.26º 0.71% 0.95% -
XYZ 57.76 76.78 17.57 -
YUV 211.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 204 242 70 0.16 0 0.71 0.05 73.26 0.87 0.61
Hex CC F2 46 10 0 47 5 49 57 3D
Octal 314 362 106 20 0 107 5 111 127 75
Binary 11001100 11110010 1000110 10000 0 1000111 101 1001001 1010111 111101

Color Harmonies of #CCF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF246

Black with #CCF246

Text Example


Text Example

White with #CCF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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