Html Css Color HEX #68D231 Apple

📋 copy color: '#68D231'

red 104 ◦ green 210 ◦ blue 49

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

Shades of Apple #68D231

Tints of Apple #68D231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.85%

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

R = 28.65%
G = 57.85%
B = 13.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#68D231 (or 0x68D231) is known color: Apple. HEX triplet: 68, D2 and 31. RGB value is (104,210,49). Sum of RGB (Red+Green+Blue) = 104+210+49=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #68D231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D231 is #972DCE. Grayscale: #A0A0A0. Windows color (decimal): -9907663 or 3265128. OLE color: 3265128.

HSL color Cylindrical-coordinate representation of color #68D231: hue angle of 99.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68D231 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 210 49 -
CMYK 0.50 0 0.77 0.18
HSL 99.5º 0.64% 0.51% -
HSV(B) 99.5º 0.77% 0.82% -
XYZ 29.31 49.26 10.87 -
YUV 159.95 65.38 88.09 -
System Red Green Blue C M Y K H S L
Decimal 104 210 49 0.50 0 0.77 0.18 99.5 0.64 0.51
Hex 68 D2 31 32 0 4D 12 64 40 33
Octal 150 322 61 62 0 115 22 144 100 63
Binary 1101000 11010010 110001 110010 0 1001101 10010 1100100 1000000 110011

Color Harmonies of #68D231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D231

Black with #68D231

Text Example


Text Example

White with #68D231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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