Html Css Color HEX #69C358 Apple

📋 copy color: '#69C358'

red 105 ◦ green 195 ◦ blue 88

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

Shades of Apple #69C358

Tints of Apple #69C358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.68%

R = 27.06%
G = 50.26%
B = 22.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#69C358 (or 0x69C358) is known color: Apple. HEX triplet: 69, C3 and 58. RGB value is (105,195,88). Sum of RGB (Red+Green+Blue) = 105+195+88=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #69C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C358 is #963CA7. Grayscale: #9C9C9C. Windows color (decimal): -9845928 or 5817193. OLE color: 5817193.

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

Color convert

RGB 105 195 88 -
CMYK 0.46 0 0.55 0.24
HSL 110.47º 0.47% 0.55% -
HSV(B) 110.47º 0.55% 0.76% -
XYZ 27.1 42.74 16.05 -
YUV 155.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 105 195 88 0.46 0 0.55 0.24 110.47 0.47 0.55
Hex 69 C3 58 2E 0 37 18 6E 2F 37
Octal 151 303 130 56 0 67 30 156 57 67
Binary 1101001 11000011 1011000 101110 0 110111 11000 1101110 101111 110111

Color Harmonies of #69C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C358

Black with #69C358

Text Example


Text Example

White with #69C358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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