Html Css Color HEX #B2F755 Conifer

📋 copy color: '#B2F755'

red 178 ◦ green 247 ◦ blue 85

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

Shades of Conifer #B2F755

Tints of Conifer #B2F755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.67%

R = 34.9%
G = 48.43%
B = 16.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#B2F755 (or 0xB2F755) is known color: Conifer. HEX triplet: B2, F7 and 55. RGB value is (178,247,85). Sum of RGB (Red+Green+Blue) = 178+247+85=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F755 is #4D08AA. Grayscale: #D0D0D0. Windows color (decimal): -5048491 or 5633970. OLE color: 5633970.

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

Color convert

RGB 178 247 85 -
CMYK 0.28 0 0.66 0.03
HSL 85.56º 0.91% 0.65% -
HSV(B) 85.56º 0.66% 0.97% -
XYZ 53.26 76.64 20.58 -
YUV 207.9 58.64 106.67 -
System Red Green Blue C M Y K H S L
Decimal 178 247 85 0.28 0 0.66 0.03 85.56 0.91 0.65
Hex B2 F7 55 1C 0 42 3 56 5B 41
Octal 262 367 125 34 0 102 3 126 133 101
Binary 10110010 11110111 1010101 11100 0 1000010 11 1010110 1011011 1000001

Color Harmonies of #B2F755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F755

Black with #B2F755

Text Example


Text Example

White with #B2F755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F755; }

 p { color: rgb(178,247,85); }

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

background-color css

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

 a { background-color: rgb(178,247,85); }

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

border-color css

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

 span { border-color: rgb(178,247,85); }

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