Html Css Color HEX #CCF746 Pear

📋 copy color: '#CCF746'

red 204 ◦ green 247 ◦ blue 70

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

Shades of Pear #CCF746

Tints of Pear #CCF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

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

R = 39.16%
G = 47.41%
B = 13.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#CCF746 (or 0xCCF746) is known color: Pear. HEX triplet: CC, F7 and 46. RGB value is (204,247,70). Sum of RGB (Red+Green+Blue) = 204+247+70=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF746 is #3308B9. Grayscale: #D6D6D6. Windows color (decimal): -3344570 or 4650956. OLE color: 4650956.

HSL color Cylindrical-coordinate representation of color #CCF746: hue angle of 74.58º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF746 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 70 -
CMYK 0.17 0 0.72 0.03
HSL 74.58º 0.92% 0.62% -
HSV(B) 74.58º 0.72% 0.97% -
XYZ 59.27 79.8 18.07 -
YUV 213.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 204 247 70 0.17 0 0.72 0.03 74.58 0.92 0.62
Hex CC F7 46 11 0 48 3 4B 5C 3E
Octal 314 367 106 21 0 110 3 113 134 76
Binary 11001100 11110111 1000110 10001 0 1001000 11 1001011 1011100 111110

Color Harmonies of #CCF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF746

Black with #CCF746

Text Example


Text Example

White with #CCF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF746; }

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

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

background-color css

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

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

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

border-color css

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

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

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