Html Css Color HEX #B2FD5D Conifer

📋 copy color: '#B2FD5D'

red 178 ◦ green 253 ◦ blue 93

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

Shades of Conifer #B2FD5D

Tints of Conifer #B2FD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 33.97%
G = 48.28%
B = 17.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#B2FD5D (or 0xB2FD5D) is known color: Conifer. HEX triplet: B2, FD and 5D. RGB value is (178,253,93). Sum of RGB (Red+Green+Blue) = 178+253+93=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD5D is #4D02A2. Grayscale: #D4D4D4. Windows color (decimal): -5046947 or 6159794. OLE color: 6159794.

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

Color convert

RGB 178 253 93 -
CMYK 0.30 0 0.63 0.01
HSL 88.13º 0.98% 0.68% -
HSV(B) 88.13º 0.63% 0.99% -
XYZ 55.46 80.51 22.97 -
YUV 212.34 60.65 103.51 -
System Red Green Blue C M Y K H S L
Decimal 178 253 93 0.30 0 0.63 0.01 88.13 0.98 0.68
Hex B2 FD 5D 1E 0 3F 1 58 62 44
Octal 262 375 135 36 0 77 1 130 142 104
Binary 10110010 11111101 1011101 11110 0 111111 1 1011000 1100010 1000100

Color Harmonies of #B2FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD5D

Black with #B2FD5D

Text Example


Text Example

White with #B2FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD5D; }

 p { color: rgb(178,253,93); }

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

background-color css

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

 a { background-color: rgb(178,253,93); }

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

border-color css

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

 span { border-color: rgb(178,253,93); }

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