Html Css Color HEX #B2F650 Conifer

📋 copy color: '#B2F650'

red 178 ◦ green 246 ◦ blue 80

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

Shades of Conifer #B2F650

Tints of Conifer #B2F650

RGB

 RED value IS 178 (69.92% from 255) = 35.32%

 GREEN value IS 246 (96.48% from 255) = 48.81%

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 35.32%
G = 48.81%
B = 15.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#B2F650 (or 0xB2F650) is known color: Conifer. HEX triplet: B2, F6 and 50. RGB value is (178,246,80). Sum of RGB (Red+Green+Blue) = 178+246+80=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F650 is #4D09AF. Grayscale: #CFCFCF. Windows color (decimal): -5048752 or 5306034. OLE color: 5306034.

HSL color Cylindrical-coordinate representation of color #B2F650: hue angle of 84.58º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2F650 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 80 -
CMYK 0.28 0 0.67 0.04
HSL 84.58º 0.9% 0.64% -
HSV(B) 84.58º 0.67% 0.96% -
XYZ 52.76 75.96 19.47 -
YUV 206.74 56.47 107.5 -
System Red Green Blue C M Y K H S L
Decimal 178 246 80 0.28 0 0.67 0.04 84.58 0.9 0.64
Hex B2 F6 50 1C 0 43 4 55 5A 40
Octal 262 366 120 34 0 103 4 125 132 100
Binary 10110010 11110110 1010000 11100 0 1000011 100 1010101 1011010 1000000

Color Harmonies of #B2F650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F650

Black with #B2F650

Text Example


Text Example

White with #B2F650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F650; }

 p { color: rgb(178,246,80); }

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

background-color css

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

 a { background-color: rgb(178,246,80); }

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

border-color css

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

 span { border-color: rgb(178,246,80); }

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