Html Css Color HEX #C5F14A Conifer

📋 copy color: '#C5F14A'

red 197 ◦ green 241 ◦ blue 74

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

Shades of Conifer #C5F14A

Tints of Conifer #C5F14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 38.48%
G = 47.07%
B = 14.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#C5F14A (or 0xC5F14A) is known color: Conifer. HEX triplet: C5, F1 and 4A. RGB value is (197,241,74). Sum of RGB (Red+Green+Blue) = 197+241+74=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F14A is #3A0EB5. Grayscale: #D1D1D1. Windows color (decimal): -3804854 or 4911557. OLE color: 4911557.

HSL color Cylindrical-coordinate representation of color #C5F14A: hue angle of 75.81º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5F14A is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 241 74 -
CMYK 0.18 0 0.69 0.05
HSL 75.81º 0.86% 0.62% -
HSV(B) 75.81º 0.69% 0.95% -
XYZ 55.72 75.28 18.07 -
YUV 208.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 197 241 74 0.18 0 0.69 0.05 75.81 0.86 0.62
Hex C5 F1 4A 12 0 45 5 4C 56 3E
Octal 305 361 112 22 0 105 5 114 126 76
Binary 11000101 11110001 1001010 10010 0 1000101 101 1001100 1010110 111110

Color Harmonies of #C5F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F14A

Black with #C5F14A

Text Example


Text Example

White with #C5F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F14A; }

 p { color: rgb(197,241,74); }

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

background-color css

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

 a { background-color: rgb(197,241,74); }

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

border-color css

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

 span { border-color: rgb(197,241,74); }

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