Html Css Color HEX #C8F950 Conifer

📋 copy color: '#C8F950'

red 200 ◦ green 249 ◦ blue 80

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

Shades of Conifer #C8F950

Tints of Conifer #C8F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.07%

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 37.81%
G = 47.07%
B = 15.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#C8F950 (or 0xC8F950) is known color: Conifer. HEX triplet: C8, F9 and 50. RGB value is (200,249,80). Sum of RGB (Red+Green+Blue) = 200+249+80=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F950 is #3706AF. Grayscale: #D7D7D7. Windows color (decimal): -3606192 or 5306824. OLE color: 5306824.

HSL color Cylindrical-coordinate representation of color #C8F950: hue angle of 77.4º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8F950 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 249 80 -
CMYK 0.20 0 0.68 0.02
HSL 77.4º 0.93% 0.65% -
HSV(B) 77.4º 0.68% 0.98% -
XYZ 59.14 80.61 20.03 -
YUV 215.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 200 249 80 0.20 0 0.68 0.02 77.4 0.93 0.65
Hex C8 F9 50 14 0 44 2 4D 5D 41
Octal 310 371 120 24 0 104 2 115 135 101
Binary 11001000 11111001 1010000 10100 0 1000100 10 1001101 1011101 1000001

Color Harmonies of #C8F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F950

Black with #C8F950

Text Example


Text Example

White with #C8F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F950; }

 p { color: rgb(200,249,80); }

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

background-color css

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

 a { background-color: rgb(200,249,80); }

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

border-color css

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

 span { border-color: rgb(200,249,80); }

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