Html Css Color HEX #69C351 Apple

📋 copy color: '#69C351'

red 105 ◦ green 195 ◦ blue 81

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

Shades of Apple #69C351

Tints of Apple #69C351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

 BLUE value IS 81 (32.03% from 255) = 21.26%

R = 27.56%
G = 51.18%
B = 21.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#69C351 (or 0x69C351) is known color: Apple. HEX triplet: 69, C3 and 51. RGB value is (105,195,81). Sum of RGB (Red+Green+Blue) = 105+195+81=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #69C351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C351 is #963CAE. Grayscale: #9B9B9B. Windows color (decimal): -9845935 or 5358441. OLE color: 5358441.

HSL color Cylindrical-coordinate representation of color #69C351: hue angle of 107.37º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C351 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 195 81 -
CMYK 0.46 0 0.58 0.24
HSL 107.37º 0.49% 0.54% -
HSV(B) 107.37º 0.58% 0.76% -
XYZ 26.83 42.63 14.6 -
YUV 155.09 86.18 92.27 -
System Red Green Blue C M Y K H S L
Decimal 105 195 81 0.46 0 0.58 0.24 107.37 0.49 0.54
Hex 69 C3 51 2E 0 3A 18 6B 31 36
Octal 151 303 121 56 0 72 30 153 61 66
Binary 1101001 11000011 1010001 101110 0 111010 11000 1101011 110001 110110

Color Harmonies of #69C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C351

Black with #69C351

Text Example


Text Example

White with #69C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,195,81); }

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

background-color css

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

 a { background-color: rgb(105,195,81); }

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

border-color css

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

 span { border-color: rgb(105,195,81); }

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