#67D234

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

Shades of Apple #67D234

Tints of Apple #67D234

Color information

#67D234 (or 0x67D234) is unknown color: approx Apple. HEX triplet: 67, D2 and 34. RGB value is (103,210,52). Sum of RGB (Red+Green+Blue) = 103+210+52=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #67D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D234 is #982DCB. Grayscale: #A0A0A0. Windows color (decimal): -9973196 or 3461735. OLE color: 3461735.

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

Color convert

RGB10321052-
CMYK0.5100.750.18
HSL100.63º63.71%51.37%-
HSV(B)100.63º75.24%82.35%-
XYZ29.2649.2211.21-
YUV16067.0587.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 210 (82.42% from 255) = 57.53%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=28.22%
G=57.53%
B=14.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal103210520.5100.750.18100.6363.7151.37
Hex67D2343304B12654033
Octal147322646301132214510063
Binary110011111010010110100110011010010111001011001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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