Html Css Color HEX #68BF35 Apple

📋 copy color: '#68BF35'

red 104 ◦ green 191 ◦ blue 53

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

Shades of Apple #68BF35

Tints of Apple #68BF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.23%

R = 29.89%
G = 54.89%
B = 15.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#68BF35 (or 0x68BF35) is known color: Apple. HEX triplet: 68, BF and 35. RGB value is (104,191,53). Sum of RGB (Red+Green+Blue) = 104+191+53=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #68BF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BF35 is #9740CA. Grayscale: #959595. Windows color (decimal): -9912523 or 3522408. OLE color: 3522408.

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

Color convert

RGB 104 191 53 -
CMYK 0.46 0 0.72 0.25
HSL 97.83º 0.57% 0.48% -
HSV(B) 97.83º 0.72% 0.75% -
XYZ 24.98 40.46 9.86 -
YUV 149.26 73.68 95.72 -
System Red Green Blue C M Y K H S L
Decimal 104 191 53 0.46 0 0.72 0.25 97.83 0.57 0.48
Hex 68 BF 35 2E 0 48 19 62 39 30
Octal 150 277 65 56 0 110 31 142 71 60
Binary 1101000 10111111 110101 101110 0 1001000 11001 1100010 111001 110000

Color Harmonies of #68BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BF35

Black with #68BF35

Text Example


Text Example

White with #68BF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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