Html Css Color HEX #68BC38 Apple

📋 copy color: '#68BC38'

red 104 ◦ green 188 ◦ blue 56

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

Shades of Apple #68BC38

Tints of Apple #68BC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.02%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 29.89%
G = 54.02%
B = 16.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#68BC38 (or 0x68BC38) is known color: Apple. HEX triplet: 68, BC and 38. RGB value is (104,188,56). Sum of RGB (Red+Green+Blue) = 104+188+56=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC38 is #9743C7. Grayscale: #949494. Windows color (decimal): -9913288 or 3718248. OLE color: 3718248.

HSL color Cylindrical-coordinate representation of color #68BC38: hue angle of 98.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68BC38 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 56 -
CMYK 0.45 0 0.70 0.26
HSL 98.18º 0.54% 0.48% -
HSV(B) 98.18º 0.7% 0.74% -
XYZ 24.41 39.2 10.02 -
YUV 147.84 76.17 96.73 -
System Red Green Blue C M Y K H S L
Decimal 104 188 56 0.45 0 0.70 0.26 98.18 0.54 0.48
Hex 68 BC 38 2D 0 46 1A 62 36 30
Octal 150 274 70 55 0 106 32 142 66 60
Binary 1101000 10111100 111000 101101 0 1000110 11010 1100010 110110 110000

Color Harmonies of #68BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC38

Black with #68BC38

Text Example


Text Example

White with #68BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,56); }

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

background-color css

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

 a { background-color: rgb(104,188,56); }

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

border-color css

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

 span { border-color: rgb(104,188,56); }

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