Html Css Color HEX #69C264 Fern

📋 copy color: '#69C264'

red 105 ◦ green 194 ◦ blue 100

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

Shades of Fern #69C264

Tints of Fern #69C264

RGB

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

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

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

R = 26.32%
G = 48.62%
B = 25.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#69C264 (or 0x69C264) is known color: Fern. HEX triplet: 69, C2 and 64. RGB value is (105,194,100). Sum of RGB (Red+Green+Blue) = 105+194+100=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #69C264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C264 is #963D9B. Grayscale: #9C9C9C. Windows color (decimal): -9846172 or 6603369. OLE color: 6603369.

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

Color convert

RGB 105 194 100 -
CMYK 0.46 0 0.48 0.24
HSL 116.81º 0.44% 0.58% -
HSV(B) 116.81º 0.48% 0.76% -
XYZ 27.42 42.51 18.82 -
YUV 156.67 96.01 91.14 -
System Red Green Blue C M Y K H S L
Decimal 105 194 100 0.46 0 0.48 0.24 116.81 0.44 0.58
Hex 69 C2 64 2E 0 30 18 75 2C 3A
Octal 151 302 144 56 0 60 30 165 54 72
Binary 1101001 11000010 1100100 101110 0 110000 11000 1110101 101100 111010

Color Harmonies of #69C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69C264

Black with #69C264

Text Example


Text Example

White with #69C264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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