#65CB69

Color #65CB69 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65CB69

Tints of Fern #65CB69

Color information

#65CB69 (or 0x65CB69) is unknown color: approx Fern. HEX triplet: 65, CB and 69. RGB value is (101,203,105). Sum of RGB (Red+Green+Blue) = 101+203+105=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB69 is #9A3496. Grayscale: #A1A1A1. Windows color (decimal): -10106007 or 6933349. OLE color: 6933349.

HSL color Cylindrical-coordinate representation of color #65CB69: hue angle of 122.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB69 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB101203105-
CMYK0.5000.480.20
HSL122.35º49.51%59.61%-
HSV(B)122.35º50.25%79.61%-
XYZ29.2746.520.8-
YUV161.3396.2184.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 105 (41.41% from 255) = 25.67%
R=24.69%
G=49.63%
B=25.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012031050.5000.480.20122.3549.5159.61
Hex65CB6932030147a323c
Octal14531315162060241726274
Binary11001011100101111010011100100110000101001111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CB69; }

 p { color: rgb(101,203,105); }

 H1.HeaderClassName
 {
   color: #65CB69;
 }
 .AnyTagClassName
 {
   color: #65CB69;
 }
</style>
background-color css

<style>
 a { background-color: #65CB69; }

 a { background-color: rgb(101,203,105); }

 div.DivClassName
 {
   background-color: #65CB69;
 }
 .BgClassName
 {
   background-color: #65CB69;
 }
</style>
border-color css

<style>
 span { border-color: #65CB69; }

 span { border-color: rgb(101,203,105); }

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