Html Css Color HEX #68E130 Apple

📋 copy color: '#68E130'

red 104 ◦ green 225 ◦ blue 48

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

Shades of Apple #68E130

Tints of Apple #68E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.68%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 27.59%
G = 59.68%
B = 12.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#68E130 (or 0x68E130) is known color: Apple. HEX triplet: 68, E1 and 30. RGB value is (104,225,48). Sum of RGB (Red+Green+Blue) = 104+225+48=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #68E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E130 is #971ECF. Grayscale: #A9A9A9. Windows color (decimal): -9903824 or 3203432. OLE color: 3203432.

HSL color Cylindrical-coordinate representation of color #68E130: hue angle of 101.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68E130 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 48 -
CMYK 0.54 0 0.79 0.12
HSL 101.02º 0.75% 0.54% -
HSV(B) 101.02º 0.79% 0.88% -
XYZ 33.17 57.01 12.05 -
YUV 168.64 59.91 81.89 -
System Red Green Blue C M Y K H S L
Decimal 104 225 48 0.54 0 0.79 0.12 101.02 0.75 0.54
Hex 68 E1 30 36 0 4F C 65 4B 36
Octal 150 341 60 66 0 117 14 145 113 66
Binary 1101000 11100001 110000 110110 0 1001111 1100 1100101 1001011 110110

Color Harmonies of #68E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E130

Black with #68E130

Text Example


Text Example

White with #68E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,225,48); }

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

background-color css

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

 a { background-color: rgb(104,225,48); }

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

border-color css

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

 span { border-color: rgb(104,225,48); }

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