Html Css Color HEX #C5F750 Conifer

📋 copy color: '#C5F750'

red 197 ◦ green 247 ◦ blue 80

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

Shades of Conifer #C5F750

Tints of Conifer #C5F750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.14%

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

R = 37.6%
G = 47.14%
B = 15.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#C5F750 (or 0xC5F750) is known color: Conifer. HEX triplet: C5, F7 and 50. RGB value is (197,247,80). Sum of RGB (Red+Green+Blue) = 197+247+80=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F750 is #3A08AF. Grayscale: #D5D5D5. Windows color (decimal): -3803312 or 5306309. OLE color: 5306309.

HSL color Cylindrical-coordinate representation of color #C5F750: hue angle of 77.96º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5F750 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 247 80 -
CMYK 0.20 0 0.68 0.03
HSL 77.96º 0.91% 0.64% -
HSV(B) 77.96º 0.68% 0.97% -
XYZ 57.73 78.97 19.79 -
YUV 213.01 52.94 116.58 -
System Red Green Blue C M Y K H S L
Decimal 197 247 80 0.20 0 0.68 0.03 77.96 0.91 0.64
Hex C5 F7 50 14 0 44 3 4E 5B 40
Octal 305 367 120 24 0 104 3 116 133 100
Binary 11000101 11110111 1010000 10100 0 1000100 11 1001110 1011011 1000000

Color Harmonies of #C5F750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F750

Black with #C5F750

Text Example


Text Example

White with #C5F750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F750; }

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

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

background-color css

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

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

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

border-color css

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

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

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