Html Css Color HEX #67DD34 Apple

📋 copy color: '#67DD34'

red 103 ◦ green 221 ◦ blue 52

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

Shades of Apple #67DD34

Tints of Apple #67DD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.78%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 27.39%
G = 58.78%
B = 13.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#67DD34 (or 0x67DD34) is known color: Apple. HEX triplet: 67, DD and 34. RGB value is (103,221,52). Sum of RGB (Red+Green+Blue) = 103+221+52=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DD34 is #9822CB. Grayscale: #A7A7A7. Windows color (decimal): -9970380 or 3464551. OLE color: 3464551.

HSL color Cylindrical-coordinate representation of color #67DD34: hue angle of 101.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67DD34 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 221 52 -
CMYK 0.53 0 0.76 0.13
HSL 101.89º 0.71% 0.54% -
HSV(B) 101.89º 0.76% 0.87% -
XYZ 32.07 54.84 12.14 -
YUV 166.45 63.41 82.74 -
System Red Green Blue C M Y K H S L
Decimal 103 221 52 0.53 0 0.76 0.13 101.89 0.71 0.54
Hex 67 DD 34 35 0 4C D 66 47 36
Octal 147 335 64 65 0 114 15 146 107 66
Binary 1100111 11011101 110100 110101 0 1001100 1101 1100110 1000111 110110

Color Harmonies of #67DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DD34

Black with #67DD34

Text Example


Text Example

White with #67DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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