Html Css Color HEX #68CD70 Fern

📋 copy color: '#68CD70'

red 104 ◦ green 205 ◦ blue 112

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

Shades of Fern #68CD70

Tints of Fern #68CD70

RGB

 RED value IS 104 (41.02% from 255) = 24.7%

 GREEN value IS 205 (80.47% from 255) = 48.69%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 24.7%
G = 48.69%
B = 26.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#68CD70 (or 0x68CD70) is known color: Fern. HEX triplet: 68, CD and 70. RGB value is (104,205,112). Sum of RGB (Red+Green+Blue) = 104+205+112=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD70 is #97328F. Grayscale: #A4A4A4. Windows color (decimal): -9908880 or 7392616. OLE color: 7392616.

HSL color Cylindrical-coordinate representation of color #68CD70: hue angle of 124.75º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD70 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 112 -
CMYK 0.49 0 0.45 0.20
HSL 124.75º 0.5% 0.61% -
HSV(B) 124.75º 0.49% 0.8% -
XYZ 30.46 47.78 22.95 -
YUV 164.2 98.54 85.06 -
System Red Green Blue C M Y K H S L
Decimal 104 205 112 0.49 0 0.45 0.20 124.75 0.5 0.61
Hex 68 CD 70 31 0 2D 14 7D 32 3D
Octal 150 315 160 61 0 55 24 175 62 75
Binary 1101000 11001101 1110000 110001 0 101101 10100 1111101 110010 111101

Color Harmonies of #68CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CD70

Black with #68CD70

Text Example


Text Example

White with #68CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68CD70; }

 p { color: rgb(104,205,112); }

 H1.HeaderClassName
 {
   color: #68CD70;
 }
 .AnyTagClassName
 {
   color: #68CD70;
 }
</style>

background-color css

<style>
 a { background-color: #68CD70; }

 a { background-color: rgb(104,205,112); }

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

border-color css

<style>
 span { border-color: #68CD70; }

 span { border-color: rgb(104,205,112); }

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