Html Css Color HEX #B0F75A Conifer

📋 copy color: '#B0F75A'

red 176 ◦ green 247 ◦ blue 90

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

Shades of Conifer #B0F75A

Tints of Conifer #B0F75A

RGB

 RED value IS 176 (69.14% from 255) = 34.31%

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 90 (35.55% from 255) = 17.54%

R = 34.31%
G = 48.15%
B = 17.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#B0F75A (or 0xB0F75A) is known color: Conifer. HEX triplet: B0, F7 and 5A. RGB value is (176,247,90). Sum of RGB (Red+Green+Blue) = 176+247+90=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F75A is #4F08A5. Grayscale: #D0D0D0. Windows color (decimal): -5179558 or 5961648. OLE color: 5961648.

HSL color Cylindrical-coordinate representation of color #B0F75A: hue angle of 87.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F75A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 90 -
CMYK 0.29 0 0.64 0.03
HSL 87.13º 0.91% 0.66% -
HSV(B) 87.13º 0.64% 0.97% -
XYZ 53.01 76.49 21.64 -
YUV 207.87 61.48 105.27 -
System Red Green Blue C M Y K H S L
Decimal 176 247 90 0.29 0 0.64 0.03 87.13 0.91 0.66
Hex B0 F7 5A 1D 0 40 3 57 5B 42
Octal 260 367 132 35 0 100 3 127 133 102
Binary 10110000 11110111 1011010 11101 0 1000000 11 1010111 1011011 1000010

Color Harmonies of #B0F75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F75A

Black with #B0F75A

Text Example


Text Example

White with #B0F75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F75A; }

 p { color: rgb(176,247,90); }

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

background-color css

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

 a { background-color: rgb(176,247,90); }

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

border-color css

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

 span { border-color: rgb(176,247,90); }

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