Html Css Color HEX #65F190 Pastel Green

📋 copy color: '#65F190'

red 101 ◦ green 241 ◦ blue 144

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

Shades of Pastel Green #65F190

Tints of Pastel Green #65F190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.59%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 20.78%
G = 49.59%
B = 29.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#65F190 (or 0x65F190) is known color: Pastel Green. HEX triplet: 65, F1 and 90. RGB value is (101,241,144). Sum of RGB (Red+Green+Blue) = 101+241+144=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #65F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F190 is #9A0E6F. Grayscale: #BCBCBC. Windows color (decimal): -10096240 or 9498981. OLE color: 9498981.

HSL color Cylindrical-coordinate representation of color #65F190: hue angle of 138.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F190 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 241 144 -
CMYK 0.58 0 0.40 0.05
HSL 138.43º 0.83% 0.67% -
HSV(B) 138.43º 0.58% 0.95% -
XYZ 41.86 67.69 37.25 -
YUV 188.08 103.12 65.89 -
System Red Green Blue C M Y K H S L
Decimal 101 241 144 0.58 0 0.40 0.05 138.43 0.83 0.67
Hex 65 F1 90 3A 0 28 5 8A 53 43
Octal 145 361 220 72 0 50 5 212 123 103
Binary 1100101 11110001 10010000 111010 0 101000 101 10001010 1010011 1000011

Color Harmonies of #65F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F190

Black with #65F190

Text Example


Text Example

White with #65F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,241,144); }

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

background-color css

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

 a { background-color: rgb(101,241,144); }

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

border-color css

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

 span { border-color: rgb(101,241,144); }

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