Html Css Color HEX #69C364 Fern

📋 copy color: '#69C364'

red 105 ◦ green 195 ◦ blue 100

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

Shades of Fern #69C364

Tints of Fern #69C364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25%

R = 26.25%
G = 48.75%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#69C364 (or 0x69C364) is known color: Fern. HEX triplet: 69, C3 and 64. RGB value is (105,195,100). Sum of RGB (Red+Green+Blue) = 105+195+100=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #69C364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C364 is #963C9B. Grayscale: #9D9D9D. Windows color (decimal): -9845916 or 6603625. OLE color: 6603625.

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

Color convert

RGB 105 195 100 -
CMYK 0.46 0 0.49 0.24
HSL 116.84º 0.44% 0.58% -
HSV(B) 116.84º 0.49% 0.76% -
XYZ 27.64 42.95 18.89 -
YUV 157.26 95.68 90.72 -
System Red Green Blue C M Y K H S L
Decimal 105 195 100 0.46 0 0.49 0.24 116.84 0.44 0.58
Hex 69 C3 64 2E 0 31 18 75 2C 3A
Octal 151 303 144 56 0 61 30 165 54 72
Binary 1101001 11000011 1100100 101110 0 110001 11000 1110101 101100 111010

Color Harmonies of #69C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C364

Black with #69C364

Text Example


Text Example

White with #69C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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