Html Css Color HEX #B0FD5C Conifer

📋 copy color: '#B0FD5C'

red 176 ◦ green 253 ◦ blue 92

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

Shades of Conifer #B0FD5C

Tints of Conifer #B0FD5C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 33.78%
G = 48.56%
B = 17.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#B0FD5C (or 0xB0FD5C) is known color: Conifer. HEX triplet: B0, FD and 5C. RGB value is (176,253,92). Sum of RGB (Red+Green+Blue) = 176+253+92=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD5C is #4F02A3. Grayscale: #D4D4D4. Windows color (decimal): -5178020 or 6094256. OLE color: 6094256.

HSL color Cylindrical-coordinate representation of color #B0FD5C: hue angle of 88.7º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0FD5C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 92 -
CMYK 0.30 0 0.64 0.01
HSL 88.7º 0.98% 0.68% -
HSV(B) 88.7º 0.64% 0.99% -
XYZ 54.96 80.25 22.72 -
YUV 211.62 60.49 102.59 -
System Red Green Blue C M Y K H S L
Decimal 176 253 92 0.30 0 0.64 0.01 88.7 0.98 0.68
Hex B0 FD 5C 1E 0 40 1 59 62 44
Octal 260 375 134 36 0 100 1 131 142 104
Binary 10110000 11111101 1011100 11110 0 1000000 1 1011001 1100010 1000100

Color Harmonies of #B0FD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FD5C

Black with #B0FD5C

Text Example


Text Example

White with #B0FD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FD5C; }

 p { color: rgb(176,253,92); }

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

background-color css

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

 a { background-color: rgb(176,253,92); }

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

border-color css

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

 span { border-color: rgb(176,253,92); }

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