#67D250

Color #67D250 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #67D250

Tints of Apple #67D250

Color information

#67D250 (or 0x67D250) is unknown color: approx Apple. HEX triplet: 67, D2 and 50. RGB value is (103,210,80). Sum of RGB (Red+Green+Blue) = 103+210+80=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #67D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67D250 is #982DAF. Grayscale: #A3A3A3. Windows color (decimal): -9973168 or 5296743. OLE color: 5296743.

HSL color Cylindrical-coordinate representation of color #67D250: hue angle of 109.38º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67D250 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10321080-
CMYK0.5100.620.18
HSL109.38º59.09%56.86%-
HSV(B)109.38º61.9%82.35%-
XYZ30.0949.5615.57-
YUV163.1981.0585.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 210 (82.42% from 255) = 53.44%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=26.21%
G=53.44%
B=20.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal103210800.5100.620.18109.3859.0956.86
Hex67D2503303E126d3b39
Octal14732212063076221557371
Binary11001111101001010100001100110111110100101101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,210,80); }

 H1.HeaderClassName
 {
   color: #67D250;
 }
 .AnyTagClassName
 {
   color: #67D250;
 }
</style>
background-color css

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

 a { background-color: rgb(103,210,80); }

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

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

 span { border-color: rgb(103,210,80); }

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