Html Css Color HEX #68BF52 Apple

📋 copy color: '#68BF52'

red 104 ◦ green 191 ◦ blue 82

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

Shades of Apple #68BF52

Tints of Apple #68BF52

RGB

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

 GREEN value IS 191 (75% from 255) = 50.66%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 27.59%
G = 50.66%
B = 21.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#68BF52 (or 0x68BF52) is known color: Apple. HEX triplet: 68, BF and 52. RGB value is (104,191,82). Sum of RGB (Red+Green+Blue) = 104+191+82=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BF52 is #9740AD. Grayscale: #989898. Windows color (decimal): -9912494 or 5422952. OLE color: 5422952.

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

Color convert

RGB 104 191 82 -
CMYK 0.46 0 0.57 0.25
HSL 107.89º 0.46% 0.54% -
HSV(B) 107.89º 0.57% 0.75% -
XYZ 25.86 40.81 14.5 -
YUV 152.56 88.18 93.36 -
System Red Green Blue C M Y K H S L
Decimal 104 191 82 0.46 0 0.57 0.25 107.89 0.46 0.54
Hex 68 BF 52 2E 0 39 19 6C 2E 36
Octal 150 277 122 56 0 71 31 154 56 66
Binary 1101000 10111111 1010010 101110 0 111001 11001 1101100 101110 110110

Color Harmonies of #68BF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BF52

Black with #68BF52

Text Example


Text Example

White with #68BF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,82); }

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

background-color css

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

 a { background-color: rgb(104,191,82); }

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

border-color css

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

 span { border-color: rgb(104,191,82); }

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