Html Css Color HEX #68C002 Christi

📋 copy color: '#68C002'

red 104 ◦ green 192 ◦ blue 2

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

Shades of Christi #68C002

Tints of Christi #68C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.43%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 34.9%
G = 64.43%
B = 0.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#68C002 (or 0x68C002) is known color: Christi. HEX triplet: 68, C0 and 02. RGB value is (104,192,2). Sum of RGB (Red+Green+Blue) = 104+192+2=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #68C002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C002 is #973FFD. Grayscale: #909090. Windows color (decimal): -9912318 or 180328. OLE color: 180328.

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

Color convert

RGB 104 192 2 -
CMYK 0.46 0 0.99 0.25
HSL 87.79º 0.98% 0.38% -
HSV(B) 87.79º 0.99% 0.75% -
XYZ 24.57 40.65 6.61 -
YUV 144.03 47.85 99.45 -
System Red Green Blue C M Y K H S L
Decimal 104 192 2 0.46 0 0.99 0.25 87.79 0.98 0.38
Hex 68 C0 2 2E 0 63 19 58 62 26
Octal 150 300 2 56 0 143 31 130 142 46
Binary 1101000 11000000 10 101110 0 1100011 11001 1011000 1100010 100110

Color Harmonies of #68C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C002

Black with #68C002

Text Example


Text Example

White with #68C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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