#C7F35A

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

Shades of Conifer #C7F35A

Tints of Conifer #C7F35A

Color information

#C7F35A (or 0xC7F35A) is unknown color: approx Conifer. HEX triplet: C7, F3 and 5A. RGB value is (199,243,90). Sum of RGB (Red+Green+Blue) = 199+243+90=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F35A is #380CA5. Grayscale: #D4D4D4. Windows color (decimal): -3673254 or 5960647. OLE color: 5960647.

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

Color convert

RGB19924390-
CMYK0.1800.630.05
HSL77.25º86.44%65.29%-
HSV(B)77.25º62.96%95.29%-
XYZ57.4576.9821.5-
YUV212.458.92118.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 243 (95.31% from 255) = 45.68%
BLUE value IS 90 (35.55% from 255) = 16.92%
R=37.41%
G=45.68%
B=16.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199243900.1800.630.0577.2586.4465.29
HexC7F35A1203F54d5641
Octal307363132220775115126101
Binary11000111111100111011010100100111111101100110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F35A; }

 p { color: rgb(199,243,90); }

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

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

 a { background-color: rgb(199,243,90); }

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

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

 span { border-color: rgb(199,243,90); }

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