Html Css Color HEX #65F093 Pastel Green

📋 copy color: '#65F093'

red 101 ◦ green 240 ◦ blue 147

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

Shades of Pastel Green #65F093

Tints of Pastel Green #65F093

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 20.7%
G = 49.18%
B = 30.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#65F093 (or 0x65F093) is known color: Pastel Green. HEX triplet: 65, F0 and 93. RGB value is (101,240,147). Sum of RGB (Red+Green+Blue) = 101+240+147=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #65F093 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F093 is #9A0F6C. Grayscale: #BCBCBC. Windows color (decimal): -10096493 or 9695333. OLE color: 9695333.

HSL color Cylindrical-coordinate representation of color #65F093: hue angle of 139.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F093 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 240 147 -
CMYK 0.58 0 0.39 0.06
HSL 139.86º 0.82% 0.67% -
HSV(B) 139.86º 0.58% 0.94% -
XYZ 41.79 67.19 38.37 -
YUV 187.84 104.95 66.06 -
System Red Green Blue C M Y K H S L
Decimal 101 240 147 0.58 0 0.39 0.06 139.86 0.82 0.67
Hex 65 F0 93 3A 0 27 6 8C 52 43
Octal 145 360 223 72 0 47 6 214 122 103
Binary 1100101 11110000 10010011 111010 0 100111 110 10001100 1010010 1000011

Color Harmonies of #65F093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F093

Black with #65F093

Text Example


Text Example

White with #65F093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,240,147); }

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

background-color css

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

 a { background-color: rgb(101,240,147); }

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

border-color css

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

 span { border-color: rgb(101,240,147); }

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