Html Css Color HEX #C8FA42 Pear

📋 copy color: '#C8FA42'

red 200 ◦ green 250 ◦ blue 66

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

Shades of Pear #C8FA42

Tints of Pear #C8FA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.79%

R = 38.76%
G = 48.45%
B = 12.79%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#C8FA42 (or 0xC8FA42) is known color: Pear. HEX triplet: C8, FA and 42. RGB value is (200,250,66). Sum of RGB (Red+Green+Blue) = 200+250+66=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA42 is #3705BD. Grayscale: #D6D6D6. Windows color (decimal): -3605950 or 4389576. OLE color: 4389576.

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

Color convert

RGB 200 250 66 -
CMYK 0.2 0 0.74 0.02
HSL 76.3º 0.95% 0.62% -
HSV(B) 76.3º 0.74% 0.98% -
XYZ 58.99 81.04 17.69 -
YUV 214.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 200 250 66 0.2 0 0.74 0.02 76.3 0.95 0.62
Hex C8 FA 42 14 0 4A 2 4C 5F 3E
Octal 310 372 102 24 0 112 2 114 137 76
Binary 11001000 11111010 1000010 10100 0 1001010 10 1001100 1011111 111110

Color Harmonies of #C8FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA42

Black with #C8FA42

Text Example


Text Example

White with #C8FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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