Html Css Color HEX #C5F950 Conifer

📋 copy color: '#C5F950'

red 197 ◦ green 249 ◦ blue 80

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

Shades of Conifer #C5F950

Tints of Conifer #C5F950

RGB

 RED value IS 197 (77.34% from 255) = 37.45%

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

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

R = 37.45%
G = 47.34%
B = 15.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#C5F950 (or 0xC5F950) is known color: Conifer. HEX triplet: C5, F9 and 50. RGB value is (197,249,80). Sum of RGB (Red+Green+Blue) = 197+249+80=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F950 is #3A06AF. Grayscale: #D6D6D6. Windows color (decimal): -3802800 or 5306821. OLE color: 5306821.

HSL color Cylindrical-coordinate representation of color #C5F950: hue angle of 78.46º 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 #C5F950 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 80 -
CMYK 0.21 0 0.68 0.02
HSL 78.46º 0.93% 0.65% -
HSV(B) 78.46º 0.68% 0.98% -
XYZ 58.35 80.2 19.99 -
YUV 214.19 52.27 115.74 -
System Red Green Blue C M Y K H S L
Decimal 197 249 80 0.21 0 0.68 0.02 78.46 0.93 0.65
Hex C5 F9 50 15 0 44 2 4E 5D 41
Octal 305 371 120 25 0 104 2 116 135 101
Binary 11000101 11111001 1010000 10101 0 1000100 10 1001110 1011101 1000001

Color Harmonies of #C5F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F950

Black with #C5F950

Text Example


Text Example

White with #C5F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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