Html Css Color HEX #65CF75 Fern

📋 copy color: '#65CF75'

red 101 ◦ green 207 ◦ blue 117

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

Shades of Fern #65CF75

Tints of Fern #65CF75

RGB

 RED value IS 101 (39.84% from 255) = 23.76%

 GREEN value IS 207 (81.25% from 255) = 48.71%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 23.76%
G = 48.71%
B = 27.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#65CF75 (or 0x65CF75) is known color: Fern. HEX triplet: 65, CF and 75. RGB value is (101,207,117). Sum of RGB (Red+Green+Blue) = 101+207+117=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CF75 is #9A308A. Grayscale: #A5A5A5. Windows color (decimal): -10104971 or 7720805. OLE color: 7720805.

HSL color Cylindrical-coordinate representation of color #65CF75: hue angle of 129.06º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CF75 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 207 117 -
CMYK 0.51 0 0.43 0.19
HSL 129.06º 0.52% 0.6% -
HSV(B) 129.06º 0.51% 0.81% -
XYZ 30.89 48.68 24.6 -
YUV 165.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 101 207 117 0.51 0 0.43 0.19 129.06 0.52 0.6
Hex 65 CF 75 33 0 2B 13 81 34 3C
Octal 145 317 165 63 0 53 23 201 64 74
Binary 1100101 11001111 1110101 110011 0 101011 10011 10000001 110100 111100

Color Harmonies of #65CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CF75

Black with #65CF75

Text Example


Text Example

White with #65CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,207,117); }

 H1.HeaderClassName
 {
   color: #65CF75;
 }
 .AnyTagClassName
 {
   color: #65CF75;
 }
</style>

background-color css

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

 a { background-color: rgb(101,207,117); }

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

border-color css

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

 span { border-color: rgb(101,207,117); }

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