#68BF21

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

Shades of Christi #68BF21

Tints of Christi #68BF21

Color information

#68BF21 (or 0x68BF21) is unknown color: approx Christi. HEX triplet: 68, BF and 21. RGB value is (104,191,33). Sum of RGB (Red+Green+Blue) = 104+191+33=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF21 is #9740DE. Grayscale: #939393. Windows color (decimal): -9912543 or 2211688. OLE color: 2211688.

HSL color Cylindrical-coordinate representation of color #68BF21: hue angle of 93.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68BF21 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB10419133-
CMYK0.4600.830.25
HSL93.04º70.54%43.92%-
HSV(B)93.04º82.72%74.9%-
XYZ24.6140.317.92-
YUV146.9863.6897.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 58.23%
BLUE value IS 33 (13.28% from 255) = 10.06%
R=31.71%
G=58.23%
B=10.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104191330.4600.830.2593.0470.5443.92
Hex68BF212E053195d472c
Octal150277415601233113510754
Binary110100010111111100001101110010100111100110111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,191,33); }

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

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

 a { background-color: rgb(104,191,33); }

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

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

 span { border-color: rgb(104,191,33); }

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