Html Css Color HEX #68CA52 Apple

📋 copy color: '#68CA52'

red 104 ◦ green 202 ◦ blue 82

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

Shades of Apple #68CA52

Tints of Apple #68CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

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

R = 26.8%
G = 52.06%
B = 21.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#68CA52 (or 0x68CA52) is known color: Apple. HEX triplet: 68, CA and 52. RGB value is (104,202,82). Sum of RGB (Red+Green+Blue) = 104+202+82=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA52 is #9735AD. Grayscale: #9F9F9F. Windows color (decimal): -9909678 or 5425768. OLE color: 5425768.

HSL color Cylindrical-coordinate representation of color #68CA52: hue angle of 109º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CA52 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 202 82 -
CMYK 0.49 0 0.59 0.21
HSL 109º 0.53% 0.56% -
HSV(B) 109º 0.59% 0.79% -
XYZ 28.35 45.79 15.33 -
YUV 159.02 84.53 88.76 -
System Red Green Blue C M Y K H S L
Decimal 104 202 82 0.49 0 0.59 0.21 109 0.53 0.56
Hex 68 CA 52 31 0 3B 15 6D 35 38
Octal 150 312 122 61 0 73 25 155 65 70
Binary 1101000 11001010 1010010 110001 0 111011 10101 1101101 110101 111000

Color Harmonies of #68CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CA52

Black with #68CA52

Text Example


Text Example

White with #68CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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