Html Css Color HEX #CCF046 Pear

📋 copy color: '#CCF046'

red 204 ◦ green 240 ◦ blue 70

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

Shades of Pear #CCF046

Tints of Pear #CCF046

RGB

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

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

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

R = 39.69%
G = 46.69%
B = 13.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#CCF046 (or 0xCCF046) is known color: Pear. HEX triplet: CC, F0 and 46. RGB value is (204,240,70). Sum of RGB (Red+Green+Blue) = 204+240+70=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF046 is #330FB9. Grayscale: #D2D2D2. Windows color (decimal): -3346362 or 4649164. OLE color: 4649164.

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

Color convert

RGB 204 240 70 -
CMYK 0.15 0 0.71 0.06
HSL 72.71º 0.85% 0.61% -
HSV(B) 72.71º 0.71% 0.94% -
XYZ 57.17 75.6 17.37 -
YUV 209.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 204 240 70 0.15 0 0.71 0.06 72.71 0.85 0.61
Hex CC F0 46 F 0 47 6 49 55 3D
Octal 314 360 106 17 0 107 6 111 125 75
Binary 11001100 11110000 1000110 1111 0 1000111 110 1001001 1010101 111101

Color Harmonies of #CCF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF046

Black with #CCF046

Text Example


Text Example

White with #CCF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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