Html Css Color HEX #68C031 Apple

📋 copy color: '#68C031'

red 104 ◦ green 192 ◦ blue 49

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

Shades of Apple #68C031

Tints of Apple #68C031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 30.14%
G = 55.65%
B = 14.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#68C031 (or 0x68C031) is known color: Apple. HEX triplet: 68, C0 and 31. RGB value is (104,192,49). Sum of RGB (Red+Green+Blue) = 104+192+49=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #68C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C031 is #973FCE. Grayscale: #959595. Windows color (decimal): -9912271 or 3260520. OLE color: 3260520.

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

Color convert

RGB 104 192 49 -
CMYK 0.46 0 0.74 0.25
HSL 96.92º 0.59% 0.47% -
HSV(B) 96.92º 0.74% 0.75% -
XYZ 25.11 40.86 9.47 -
YUV 149.39 71.35 95.63 -
System Red Green Blue C M Y K H S L
Decimal 104 192 49 0.46 0 0.74 0.25 96.92 0.59 0.47
Hex 68 C0 31 2E 0 4A 19 61 3B 2F
Octal 150 300 61 56 0 112 31 141 73 57
Binary 1101000 11000000 110001 101110 0 1001010 11001 1100001 111011 101111

Color Harmonies of #68C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C031

Black with #68C031

Text Example


Text Example

White with #68C031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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