Html Css Color HEX #68D54B Apple

📋 copy color: '#68D54B'

red 104 ◦ green 213 ◦ blue 75

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

Shades of Apple #68D54B

Tints of Apple #68D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.34%

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 26.53%
G = 54.34%
B = 19.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#68D54B (or 0x68D54B) is known color: Apple. HEX triplet: 68, D5 and 4B. RGB value is (104,213,75). Sum of RGB (Red+Green+Blue) = 104+213+75=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #68D54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D54B is #972AB4. Grayscale: #A5A5A5. Windows color (decimal): -9906869 or 4969832. OLE color: 4969832.

HSL color Cylindrical-coordinate representation of color #68D54B: hue angle of 107.39º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68D54B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 75 -
CMYK 0.51 0 0.65 0.16
HSL 107.39º 0.62% 0.56% -
HSV(B) 107.39º 0.65% 0.84% -
XYZ 30.77 51.04 14.89 -
YUV 164.68 77.39 84.72 -
System Red Green Blue C M Y K H S L
Decimal 104 213 75 0.51 0 0.65 0.16 107.39 0.62 0.56
Hex 68 D5 4B 33 0 41 10 6B 3E 38
Octal 150 325 113 63 0 101 20 153 76 70
Binary 1101000 11010101 1001011 110011 0 1000001 10000 1101011 111110 111000

Color Harmonies of #68D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D54B

Black with #68D54B

Text Example


Text Example

White with #68D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,213,75); }

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

background-color css

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

 a { background-color: rgb(104,213,75); }

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

border-color css

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

 span { border-color: rgb(104,213,75); }

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