Html Css Color HEX #68C431 Apple

📋 copy color: '#68C431'

red 104 ◦ green 196 ◦ blue 49

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

Shades of Apple #68C431

Tints of Apple #68C431

RGB

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

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

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

R = 29.8%
G = 56.16%
B = 14.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#68C431 (or 0x68C431) is known color: Apple. HEX triplet: 68, C4 and 31. RGB value is (104,196,49). Sum of RGB (Red+Green+Blue) = 104+196+49=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #68C431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C431 is #973BCE. Grayscale: #989898. Windows color (decimal): -9911247 or 3261544. OLE color: 3261544.

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

Color convert

RGB 104 196 49 -
CMYK 0.47 0 0.75 0.23
HSL 97.55º 0.6% 0.48% -
HSV(B) 97.55º 0.75% 0.77% -
XYZ 26 42.64 9.77 -
YUV 151.73 70.02 93.95 -
System Red Green Blue C M Y K H S L
Decimal 104 196 49 0.47 0 0.75 0.23 97.55 0.6 0.48
Hex 68 C4 31 2F 0 4B 17 62 3C 30
Octal 150 304 61 57 0 113 27 142 74 60
Binary 1101000 11000100 110001 101111 0 1001011 10111 1100010 111100 110000

Color Harmonies of #68C431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C431

Black with #68C431

Text Example


Text Example

White with #68C431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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