Html Css Color HEX #69C274 Fern

📋 copy color: '#69C274'

red 105 ◦ green 194 ◦ blue 116

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

Shades of Fern #69C274

Tints of Fern #69C274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.75%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 25.3%
G = 46.75%
B = 27.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#69C274 (or 0x69C274) is known color: Fern. HEX triplet: 69, C2 and 74. RGB value is (105,194,116). Sum of RGB (Red+Green+Blue) = 105+194+116=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #69C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C274 is #963D8B. Grayscale: #9E9E9E. Windows color (decimal): -9846156 or 7651945. OLE color: 7651945.

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

Color convert

RGB 105 194 116 -
CMYK 0.46 0 0.40 0.24
HSL 127.42º 0.42% 0.59% -
HSV(B) 127.42º 0.46% 0.76% -
XYZ 28.27 42.85 23.3 -
YUV 158.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 105 194 116 0.46 0 0.40 0.24 127.42 0.42 0.59
Hex 69 C2 74 2E 0 28 18 7F 2A 3B
Octal 151 302 164 56 0 50 30 177 52 73
Binary 1101001 11000010 1110100 101110 0 101000 11000 1111111 101010 111011

Color Harmonies of #69C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C274

Black with #69C274

Text Example


Text Example

White with #69C274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,194,116); }

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

background-color css

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

 a { background-color: rgb(105,194,116); }

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

border-color css

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

 span { border-color: rgb(105,194,116); }

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