Html Css Color HEX #69C475 Fern

📋 copy color: '#69C475'

red 105 ◦ green 196 ◦ blue 117

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

Shades of Fern #69C475

Tints of Fern #69C475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 25.12%
G = 46.89%
B = 27.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#69C475 (or 0x69C475) is known color: Fern. HEX triplet: 69, C4 and 75. RGB value is (105,196,117). Sum of RGB (Red+Green+Blue) = 105+196+117=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #69C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C475 is #963B8A. Grayscale: #A0A0A0. Windows color (decimal): -9845643 or 7717993. OLE color: 7717993.

HSL color Cylindrical-coordinate representation of color #69C475: hue angle of 127.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C475 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 196 117 -
CMYK 0.46 0 0.40 0.23
HSL 127.91º 0.44% 0.59% -
HSV(B) 127.91º 0.46% 0.77% -
XYZ 28.78 43.77 23.76 -
YUV 159.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 105 196 117 0.46 0 0.40 0.23 127.91 0.44 0.59
Hex 69 C4 75 2E 0 28 17 80 2C 3B
Octal 151 304 165 56 0 50 27 200 54 73
Binary 1101001 11000100 1110101 101110 0 101000 10111 10000000 101100 111011

Color Harmonies of #69C475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C475

Black with #69C475

Text Example


Text Example

White with #69C475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,196,117); }

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

background-color css

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

 a { background-color: rgb(105,196,117); }

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

border-color css

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

 span { border-color: rgb(105,196,117); }

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