Html Css Color HEX #68DC33 Apple

📋 copy color: '#68DC33'

red 104 ◦ green 220 ◦ blue 51

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

Shades of Apple #68DC33

Tints of Apple #68DC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 27.73%
G = 58.67%
B = 13.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#68DC33 (or 0x68DC33) is known color: Apple. HEX triplet: 68, DC and 33. RGB value is (104,220,51). Sum of RGB (Red+Green+Blue) = 104+220+51=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC33 is #9723CC. Grayscale: #A6A6A6. Windows color (decimal): -9905101 or 3398760. OLE color: 3398760.

HSL color Cylindrical-coordinate representation of color #68DC33: hue angle of 101.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68DC33 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 51 -
CMYK 0.53 0 0.77 0.14
HSL 101.18º 0.71% 0.53% -
HSV(B) 101.18º 0.77% 0.86% -
XYZ 31.9 54.37 11.94 -
YUV 166.05 63.07 83.74 -
System Red Green Blue C M Y K H S L
Decimal 104 220 51 0.53 0 0.77 0.14 101.18 0.71 0.53
Hex 68 DC 33 35 0 4D E 65 47 35
Octal 150 334 63 65 0 115 16 145 107 65
Binary 1101000 11011100 110011 110101 0 1001101 1110 1100101 1000111 110101

Color Harmonies of #68DC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DC33

Black with #68DC33

Text Example


Text Example

White with #68DC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,51); }

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

background-color css

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

 a { background-color: rgb(104,220,51); }

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

border-color css

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

 span { border-color: rgb(104,220,51); }

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