#C2FF54

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

Shades of Conifer #C2FF54

Tints of Conifer #C2FF54

Color information

#C2FF54 (or 0xC2FF54) is unknown color: approx Conifer. HEX triplet: C2, FF and 54. RGB value is (194,255,84). Sum of RGB (Red+Green+Blue) = 194+255+84=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF54 is #3D00AB. Grayscale: #D9D9D9. Windows color (decimal): -3997868 or 5570498. OLE color: 5570498.

HSL color Cylindrical-coordinate representation of color #C2FF54: hue angle of 81.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2FF54 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB19425584-
CMYK0.2400.670
HSL81.4º100%66.47%-
HSV(B)81.4º67.06%100%-
XYZ59.6183.6321.39-
YUV217.2752.79111.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=36.40%
G=47.84%
B=15.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194255840.2400.67081.410066.47
HexC2FF54180430516442
Octal3023771243001030121144102
Binary1100001011111111101010011000010000110101000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF54; }

 p { color: rgb(194,255,84); }

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

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

 a { background-color: rgb(194,255,84); }

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

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

 span { border-color: rgb(194,255,84); }

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