Html Css Color HEX #C5E75F Conifer

📋 copy color: '#C5E75F'

red 197 ◦ green 231 ◦ blue 95

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

Shades of Conifer #C5E75F

Tints of Conifer #C5E75F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.17%

 BLUE value IS 95 (37.5% from 255) = 18.16%

R = 37.67%
G = 44.17%
B = 18.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#C5E75F (or 0xC5E75F) is known color: Conifer. HEX triplet: C5, E7 and 5F. RGB value is (197,231,95). Sum of RGB (Red+Green+Blue) = 197+231+95=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E75F is #3A18A0. Grayscale: #CDCDCD. Windows color (decimal): -3807393 or 6285253. OLE color: 6285253.

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

Color convert

RGB 197 231 95 -
CMYK 0.15 0 0.59 0.09
HSL 75º 0.74% 0.64% -
HSV(B) 75º 0.59% 0.91% -
XYZ 53.67 69.85 21.48 -
YUV 205.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 197 231 95 0.15 0 0.59 0.09 75 0.74 0.64
Hex C5 E7 5F F 0 3B 9 4B 4A 40
Octal 305 347 137 17 0 73 11 113 112 100
Binary 11000101 11100111 1011111 1111 0 111011 1001 1001011 1001010 1000000

Color Harmonies of #C5E75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E75F

Black with #C5E75F

Text Example


Text Example

White with #C5E75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E75F; }

 p { color: rgb(197,231,95); }

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

background-color css

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

 a { background-color: rgb(197,231,95); }

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

border-color css

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

 span { border-color: rgb(197,231,95); }

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