Html Css Color HEX #C7F040 Pear

📋 copy color: '#C7F040'

red 199 ◦ green 240 ◦ blue 64

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

Shades of Pear #C7F040

Tints of Pear #C7F040

RGB

 RED value IS 199 (78.13% from 255) = 39.56%

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

 BLUE value IS 64 (25.39% from 255) = 12.72%

R = 39.56%
G = 47.71%
B = 12.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#C7F040 (or 0xC7F040) is known color: Pear. HEX triplet: C7, F0 and 40. RGB value is (199,240,64). Sum of RGB (Red+Green+Blue) = 199+240+64=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F040 is #380FBF. Grayscale: #D0D0D0. Windows color (decimal): -3674048 or 4255943. OLE color: 4255943.

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

Color convert

RGB 199 240 64 -
CMYK 0.17 0 0.73 0.06
HSL 73.98º 0.85% 0.6% -
HSV(B) 73.98º 0.73% 0.94% -
XYZ 55.64 74.83 16.36 -
YUV 207.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 199 240 64 0.17 0 0.73 0.06 73.98 0.85 0.6
Hex C7 F0 40 11 0 49 6 4A 55 3C
Octal 307 360 100 21 0 111 6 112 125 74
Binary 11000111 11110000 1000000 10001 0 1001001 110 1001010 1010101 111100

Color Harmonies of #C7F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F040

Black with #C7F040

Text Example


Text Example

White with #C7F040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F040; }

 p { color: rgb(199,240,64); }

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

background-color css

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

 a { background-color: rgb(199,240,64); }

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

border-color css

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

 span { border-color: rgb(199,240,64); }

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