Html Css Color HEX #68C311 Christi

📋 copy color: '#68C311'

red 104 ◦ green 195 ◦ blue 17

#68C311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #68C311

Tints of Christi #68C311

RGB

 RED value IS 104 (41.02% from 255) = 32.91%

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 32.91%
G = 61.71%
B = 5.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#68C311 (or 0x68C311) is known color: Christi. HEX triplet: 68, C3 and 11. RGB value is (104,195,17). Sum of RGB (Red+Green+Blue) = 104+195+17=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #68C311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C311 is #973CEE. Grayscale: #949494. Windows color (decimal): -9911535 or 1164136. OLE color: 1164136.

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

Color convert

RGB 104 195 17 -
CMYK 0.47 0 0.91 0.24
HSL 90.67º 0.84% 0.42% -
HSV(B) 90.67º 0.91% 0.76% -
XYZ 25.33 42.01 7.31 -
YUV 147.5 54.35 96.97 -
System Red Green Blue C M Y K H S L
Decimal 104 195 17 0.47 0 0.91 0.24 90.67 0.84 0.42
Hex 68 C3 11 2F 0 5B 18 5B 54 2A
Octal 150 303 21 57 0 133 30 133 124 52
Binary 1101000 11000011 10001 101111 0 1011011 11000 1011011 1010100 101010

Color Harmonies of #68C311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C311

Black with #68C311

Text Example


Text Example

White with #68C311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68C311;
 }
 .AnyTagClassName
 {
   color: #68C311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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