Html Css Color HEX #68C231 Apple

📋 copy color: '#68C231'

red 104 ◦ green 194 ◦ blue 49

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

Shades of Apple #68C231

Tints of Apple #68C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.91%

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

R = 29.97%
G = 55.91%
B = 14.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#68C231 (or 0x68C231) is known color: Apple. HEX triplet: 68, C2 and 31. RGB value is (104,194,49). Sum of RGB (Red+Green+Blue) = 104+194+49=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #68C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C231 is #973DCE. Grayscale: #979797. Windows color (decimal): -9911759 or 3261032. OLE color: 3261032.

HSL color Cylindrical-coordinate representation of color #68C231: hue angle of 97.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68C231 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 194 49 -
CMYK 0.46 0 0.75 0.24
HSL 97.24º 0.6% 0.48% -
HSV(B) 97.24º 0.75% 0.76% -
XYZ 25.56 41.75 9.62 -
YUV 150.56 70.68 94.79 -
System Red Green Blue C M Y K H S L
Decimal 104 194 49 0.46 0 0.75 0.24 97.24 0.6 0.48
Hex 68 C2 31 2E 0 4B 18 61 3C 30
Octal 150 302 61 56 0 113 30 141 74 60
Binary 1101000 11000010 110001 101110 0 1001011 11000 1100001 111100 110000

Color Harmonies of #68C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C231

Black with #68C231

Text Example


Text Example

White with #68C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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