Html Css Color HEX #C5E950 Conifer

📋 copy color: '#C5E950'

red 197 ◦ green 233 ◦ blue 80

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

Shades of Conifer #C5E950

Tints of Conifer #C5E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

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

R = 38.63%
G = 45.69%
B = 15.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#C5E950 (or 0xC5E950) is known color: Conifer. HEX triplet: C5, E9 and 50. RGB value is (197,233,80). Sum of RGB (Red+Green+Blue) = 197+233+80=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E950 is #3A16AF. Grayscale: #CDCDCD. Windows color (decimal): -3806896 or 5302725. OLE color: 5302725.

HSL color Cylindrical-coordinate representation of color #C5E950: hue angle of 74.12º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5E950 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 233 80 -
CMYK 0.15 0 0.66 0.09
HSL 74.12º 0.78% 0.61% -
HSV(B) 74.12º 0.66% 0.91% -
XYZ 53.61 70.73 18.42 -
YUV 204.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 197 233 80 0.15 0 0.66 0.09 74.12 0.78 0.61
Hex C5 E9 50 F 0 42 9 4A 4E 3D
Octal 305 351 120 17 0 102 11 112 116 75
Binary 11000101 11101001 1010000 1111 0 1000010 1001 1001010 1001110 111101

Color Harmonies of #C5E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E950

Black with #C5E950

Text Example


Text Example

White with #C5E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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