Html Css Color HEX #65F290 Pastel Green

📋 copy color: '#65F290'

red 101 ◦ green 242 ◦ blue 144

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

Shades of Pastel Green #65F290

Tints of Pastel Green #65F290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.69%

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

R = 20.74%
G = 49.69%
B = 29.57%

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

#65F290 (or 0x65F290) is known color: Pastel Green. HEX triplet: 65, F2 and 90. RGB value is (101,242,144). Sum of RGB (Red+Green+Blue) = 101+242+144=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #65F290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F290 is #9A0D6F. Grayscale: #BCBCBC. Windows color (decimal): -10095984 or 9499237. OLE color: 9499237.

HSL color Cylindrical-coordinate representation of color #65F290: hue angle of 138.3º degrees, saturation: 0.84, 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 #65F290 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 242 144 -
CMYK 0.58 0 0.40 0.05
HSL 138.3º 0.84% 0.67% -
HSV(B) 138.3º 0.58% 0.95% -
XYZ 42.15 68.28 37.34 -
YUV 188.67 102.79 65.47 -
System Red Green Blue C M Y K H S L
Decimal 101 242 144 0.58 0 0.40 0.05 138.3 0.84 0.67
Hex 65 F2 90 3A 0 28 5 8A 54 43
Octal 145 362 220 72 0 50 5 212 124 103
Binary 1100101 11110010 10010000 111010 0 101000 101 10001010 1010100 1000011

Color Harmonies of #65F290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F290

Black with #65F290

Text Example


Text Example

White with #65F290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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