Html Css Color HEX #69D133 Apple

📋 copy color: '#69D133'

red 105 ◦ green 209 ◦ blue 51

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

Shades of Apple #69D133

Tints of Apple #69D133

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

 GREEN value IS 209 (82.03% from 255) = 57.26%

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

R = 28.77%
G = 57.26%
B = 13.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#69D133 (or 0x69D133) is known color: Apple. HEX triplet: 69, D1 and 33. RGB value is (105,209,51). Sum of RGB (Red+Green+Blue) = 105+209+51=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #69D133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69D133 is #962ECC. Grayscale: #A0A0A0. Windows color (decimal): -9842381 or 3395945. OLE color: 3395945.

HSL color Cylindrical-coordinate representation of color #69D133: hue angle of 99.49º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69D133 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 209 51 -
CMYK 0.50 0 0.76 0.18
HSL 99.49º 0.63% 0.51% -
HSV(B) 99.49º 0.76% 0.82% -
XYZ 29.22 48.84 11.02 -
YUV 159.89 66.54 88.85 -
System Red Green Blue C M Y K H S L
Decimal 105 209 51 0.50 0 0.76 0.18 99.49 0.63 0.51
Hex 69 D1 33 32 0 4C 12 63 3F 33
Octal 151 321 63 62 0 114 22 143 77 63
Binary 1101001 11010001 110011 110010 0 1001100 10010 1100011 111111 110011

Color Harmonies of #69D133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D133

Black with #69D133

Text Example


Text Example

White with #69D133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69D133; }

 p { color: rgb(105,209,51); }

 H1.HeaderClassName
 {
   color: #69D133;
 }
 .AnyTagClassName
 {
   color: #69D133;
 }
</style>

background-color css

<style>
 a { background-color: #69D133; }

 a { background-color: rgb(105,209,51); }

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

border-color css

<style>
 span { border-color: #69D133; }

 span { border-color: rgb(105,209,51); }

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