#68C302

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

Shades of Christi #68C302

Tints of Christi #68C302

Color information

#68C302 (or 0x68C302) is unknown color: approx Christi. HEX triplet: 68, C3 and 02. RGB value is (104,195,2). Sum of RGB (Red+Green+Blue) = 104+195+2=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #68C302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C302 is #973CFD. Grayscale: #929292. Windows color (decimal): -9911550 or 181096. OLE color: 181096.

HSL color Cylindrical-coordinate representation of color #68C302: hue angle of 88.29º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68C302 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1041952-
CMYK0.4700.990.24
HSL88.29º97.97%38.63%-
HSV(B)88.29º98.97%76.47%-
XYZ25.2341.986.83-
YUV145.7946.8598.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 195 (76.56% from 255) = 64.78%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=34.55%
G=64.78%
B=0.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10419520.4700.990.2488.2997.9738.63
Hex68C322F06318586227
Octal15030325701433013014247
Binary11010001100001110101111011000111100010110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C302; }

 p { color: rgb(104,195,2); }

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

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

 a { background-color: rgb(104,195,2); }

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

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

 span { border-color: rgb(104,195,2); }

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