Html Css Color HEX #68C428 Christi

📋 copy color: '#68C428'

red 104 ◦ green 196 ◦ blue 40

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

Shades of Christi #68C428

Tints of Christi #68C428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.65%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 30.59%
G = 57.65%
B = 11.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#68C428 (or 0x68C428) is known color: Christi. HEX triplet: 68, C4 and 28. RGB value is (104,196,40). Sum of RGB (Red+Green+Blue) = 104+196+40=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #68C428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C428 is #973BD7. Grayscale: #979797. Windows color (decimal): -9911256 or 2671720. OLE color: 2671720.

HSL color Cylindrical-coordinate representation of color #68C428: hue angle of 95.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68C428 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 196 40 -
CMYK 0.47 0 0.80 0.23
HSL 95.38º 0.66% 0.46% -
HSV(B) 95.38º 0.8% 0.77% -
XYZ 25.83 42.58 8.86 -
YUV 150.71 65.52 94.68 -
System Red Green Blue C M Y K H S L
Decimal 104 196 40 0.47 0 0.80 0.23 95.38 0.66 0.46
Hex 68 C4 28 2F 0 50 17 5F 42 2E
Octal 150 304 50 57 0 120 27 137 102 56
Binary 1101000 11000100 101000 101111 0 1010000 10111 1011111 1000010 101110

Color Harmonies of #68C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C428

Black with #68C428

Text Example


Text Example

White with #68C428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,196,40); }

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

background-color css

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

 a { background-color: rgb(104,196,40); }

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

border-color css

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

 span { border-color: rgb(104,196,40); }

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