#C6F152

Color #C6F152 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C6F152

Tints of Conifer #C6F152

Color information

#C6F152 (or 0xC6F152) is unknown color: approx Conifer. HEX triplet: C6, F1 and 52. RGB value is (198,241,82). Sum of RGB (Red+Green+Blue) = 198+241+82=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F152 is #390EAD. Grayscale: #D2D2D2. Windows color (decimal): -3739310 or 5435846. OLE color: 5435846.

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

Color convert

RGB19824182-
CMYK0.1800.660.05
HSL76.23º85.03%63.33%-
HSV(B)76.23º65.98%94.51%-
XYZ56.2775.5319.59-
YUV210.0255.75119.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=38.00%
G=46.26%
B=15.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198241820.1800.660.0576.2385.0363.33
HexC6F1521204254c553f
Octal306361122220102511412577
Binary11000110111100011010010100100100001010110011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F152; }

 p { color: rgb(198,241,82); }

 H1.HeaderClassName
 {
   color: #C6F152;
 }
 .AnyTagClassName
 {
   color: #C6F152;
 }
</style>
background-color css

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

 a { background-color: rgb(198,241,82); }

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

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

 span { border-color: rgb(198,241,82); }

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