Html Css Color HEX #75FB0F Lawn Green

📋 copy color: '#75FB0F'

red 117 ◦ green 251 ◦ blue 15

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

Shades of Lawn Green #75FB0F

Tints of Lawn Green #75FB0F

RGB

 RED value IS 117 (46.09% from 255) = 30.55%

 GREEN value IS 251 (98.44% from 255) = 65.54%

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 30.55%
G = 65.54%
B = 3.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#75FB0F (or 0x75FB0F) is known color: Lawn Green. HEX triplet: 75, FB and 0F. RGB value is (117,251,15). Sum of RGB (Red+Green+Blue) = 117+251+15=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #75FB0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FB0F is #8A04F0. Grayscale: #B8B8B8. Windows color (decimal): -9045233 or 1047413. OLE color: 1047413.

HSL color Cylindrical-coordinate representation of color #75FB0F: hue angle of 94.07º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75FB0F is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 251 15 -
CMYK 0.53 0 0.94 0.02
HSL 94.07º 0.97% 0.52% -
HSV(B) 94.07º 0.94% 0.98% -
XYZ 41.92 72.81 12.3 -
YUV 184.03 32.61 80.19 -
System Red Green Blue C M Y K H S L
Decimal 117 251 15 0.53 0 0.94 0.02 94.07 0.97 0.52
Hex 75 FB F 35 0 5E 2 5E 61 34
Octal 165 373 17 65 0 136 2 136 141 64
Binary 1110101 11111011 1111 110101 0 1011110 10 1011110 1100001 110100

Color Harmonies of #75FB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FB0F

Black with #75FB0F

Text Example


Text Example

White with #75FB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FB0F; }

 p { color: rgb(117,251,15); }

 H1.HeaderClassName
 {
   color: #75FB0F;
 }
 .AnyTagClassName
 {
   color: #75FB0F;
 }
</style>

background-color css

<style>
 a { background-color: #75FB0F; }

 a { background-color: rgb(117,251,15); }

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

border-color css

<style>
 span { border-color: #75FB0F; }

 span { border-color: rgb(117,251,15); }

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