Html Css Color HEX #67DC48 Apple

📋 copy color: '#67DC48'

red 103 ◦ green 220 ◦ blue 72

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

Shades of Apple #67DC48

Tints of Apple #67DC48

RGB

 RED value IS 103 (40.63% from 255) = 26.08%

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 26.08%
G = 55.7%
B = 18.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#67DC48 (or 0x67DC48) is known color: Apple. HEX triplet: 67, DC and 48. RGB value is (103,220,72). Sum of RGB (Red+Green+Blue) = 103+220+72=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DC48 is #9823B7. Grayscale: #A8A8A8. Windows color (decimal): -9970616 or 4775015. OLE color: 4775015.

HSL color Cylindrical-coordinate representation of color #67DC48: hue angle of 107.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67DC48 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 220 72 -
CMYK 0.53 0 0.67 0.14
HSL 107.43º 0.68% 0.57% -
HSV(B) 107.43º 0.67% 0.86% -
XYZ 32.36 54.54 14.95 -
YUV 168.15 73.74 81.53 -
System Red Green Blue C M Y K H S L
Decimal 103 220 72 0.53 0 0.67 0.14 107.43 0.68 0.57
Hex 67 DC 48 35 0 43 E 6B 44 39
Octal 147 334 110 65 0 103 16 153 104 71
Binary 1100111 11011100 1001000 110101 0 1000011 1110 1101011 1000100 111001

Color Harmonies of #67DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DC48

Black with #67DC48

Text Example


Text Example

White with #67DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67DC48; }

 p { color: rgb(103,220,72); }

 H1.HeaderClassName
 {
   color: #67DC48;
 }
 .AnyTagClassName
 {
   color: #67DC48;
 }
</style>

background-color css

<style>
 a { background-color: #67DC48; }

 a { background-color: rgb(103,220,72); }

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

border-color css

<style>
 span { border-color: #67DC48; }

 span { border-color: rgb(103,220,72); }

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