Html Css Color HEX #C8FA46 Pear

📋 copy color: '#C8FA46'

red 200 ◦ green 250 ◦ blue 70

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

Shades of Pear #C8FA46

Tints of Pear #C8FA46

RGB

 RED value IS 200 (78.52% from 255) = 38.46%

 GREEN value IS 250 (98.05% from 255) = 48.08%

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

R = 38.46%
G = 48.08%
B = 13.46%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#C8FA46 (or 0xC8FA46) is known color: Pear. HEX triplet: C8, FA and 46. RGB value is (200,250,70). Sum of RGB (Red+Green+Blue) = 200+250+70=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA46 is #3705B9. Grayscale: #D7D7D7. Windows color (decimal): -3605946 or 4651720. OLE color: 4651720.

HSL color Cylindrical-coordinate representation of color #C8FA46: hue angle of 76.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8FA46 is Cyan = 0.2, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 70 -
CMYK 0.2 0 0.72 0.02
HSL 76.67º 0.95% 0.63% -
HSV(B) 76.67º 0.72% 0.98% -
XYZ 59.11 81.09 18.33 -
YUV 214.53 46.44 117.64 -
System Red Green Blue C M Y K H S L
Decimal 200 250 70 0.2 0 0.72 0.02 76.67 0.95 0.63
Hex C8 FA 46 14 0 48 2 4D 5F 3F
Octal 310 372 106 24 0 110 2 115 137 77
Binary 11001000 11111010 1000110 10100 0 1001000 10 1001101 1011111 111111

Color Harmonies of #C8FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA46

Black with #C8FA46

Text Example


Text Example

White with #C8FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA46; }

 p { color: rgb(200,250,70); }

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

background-color css

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

 a { background-color: rgb(200,250,70); }

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

border-color css

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

 span { border-color: rgb(200,250,70); }

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