Html Css Color HEX #C6ED5C Conifer

📋 copy color: '#C6ED5C'

red 198 ◦ green 237 ◦ blue 92

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

Shades of Conifer #C6ED5C

Tints of Conifer #C6ED5C

RGB

 RED value IS 198 (77.73% from 255) = 37.57%

 GREEN value IS 237 (92.97% from 255) = 44.97%

 BLUE value IS 92 (36.33% from 255) = 17.46%

R = 37.57%
G = 44.97%
B = 17.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#C6ED5C (or 0xC6ED5C) is known color: Conifer. HEX triplet: C6, ED and 5C. RGB value is (198,237,92). Sum of RGB (Red+Green+Blue) = 198+237+92=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED5C is #3912A3. Grayscale: #D1D1D1. Windows color (decimal): -3740324 or 6090182. OLE color: 6090182.

HSL color Cylindrical-coordinate representation of color #C6ED5C: hue angle of 76.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6ED5C is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 237 92 -
CMYK 0.16 0 0.61 0.07
HSL 76.14º 0.8% 0.65% -
HSV(B) 76.14º 0.61% 0.93% -
XYZ 55.5 73.35 21.36 -
YUV 208.81 62.08 120.29 -
System Red Green Blue C M Y K H S L
Decimal 198 237 92 0.16 0 0.61 0.07 76.14 0.8 0.65
Hex C6 ED 5C 10 0 3D 7 4C 50 41
Octal 306 355 134 20 0 75 7 114 120 101
Binary 11000110 11101101 1011100 10000 0 111101 111 1001100 1010000 1000001

Color Harmonies of #C6ED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ED5C

Black with #C6ED5C

Text Example


Text Example

White with #C6ED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ED5C; }

 p { color: rgb(198,237,92); }

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

background-color css

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

 a { background-color: rgb(198,237,92); }

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

border-color css

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

 span { border-color: rgb(198,237,92); }

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