Html Css Color HEX #CCF047 Pear

📋 copy color: '#CCF047'

red 204 ◦ green 240 ◦ blue 71

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

Shades of Pear #CCF047

Tints of Pear #CCF047

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 71 (28.13% from 255) = 13.79%

R = 39.61%
G = 46.6%
B = 13.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#CCF047 (or 0xCCF047) is known color: Pear. HEX triplet: CC, F0 and 47. RGB value is (204,240,71). Sum of RGB (Red+Green+Blue) = 204+240+71=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF047 is #330FB8. Grayscale: #D2D2D2. Windows color (decimal): -3346361 or 4714700. OLE color: 4714700.

HSL color Cylindrical-coordinate representation of color #CCF047: hue angle of 72.78º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF047 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 71 -
CMYK 0.15 0 0.70 0.06
HSL 72.78º 0.85% 0.61% -
HSV(B) 72.78º 0.7% 0.94% -
XYZ 57.2 75.61 17.54 -
YUV 209.97 49.57 123.74 -
System Red Green Blue C M Y K H S L
Decimal 204 240 71 0.15 0 0.70 0.06 72.78 0.85 0.61
Hex CC F0 47 F 0 46 6 49 55 3D
Octal 314 360 107 17 0 106 6 111 125 75
Binary 11001100 11110000 1000111 1111 0 1000110 110 1001001 1010101 111101

Color Harmonies of #CCF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF047

Black with #CCF047

Text Example


Text Example

White with #CCF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF047; }

 p { color: rgb(204,240,71); }

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

background-color css

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

 a { background-color: rgb(204,240,71); }

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

border-color css

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

 span { border-color: rgb(204,240,71); }

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