Html Css Color HEX #BBFD5D Conifer

📋 copy color: '#BBFD5D'

red 187 ◦ green 253 ◦ blue 93

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

Shades of Conifer #BBFD5D

Tints of Conifer #BBFD5D

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

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

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

R = 35.08%
G = 47.47%
B = 17.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BBFD5D (or 0xBBFD5D) is known color: Conifer. HEX triplet: BB, FD and 5D. RGB value is (187,253,93). Sum of RGB (Red+Green+Blue) = 187+253+93=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD5D is #4402A2. Grayscale: #D7D7D7. Windows color (decimal): -4457123 or 6159803. OLE color: 6159803.

HSL color Cylindrical-coordinate representation of color #BBFD5D: hue angle of 84.75º 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 #BBFD5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 93 -
CMYK 0.26 0 0.63 0.01
HSL 84.75º 0.98% 0.68% -
HSV(B) 84.75º 0.63% 0.99% -
XYZ 57.59 81.61 23.07 -
YUV 215.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 187 253 93 0.26 0 0.63 0.01 84.75 0.98 0.68
Hex BB FD 5D 1A 0 3F 1 55 62 44
Octal 273 375 135 32 0 77 1 125 142 104
Binary 10111011 11111101 1011101 11010 0 111111 1 1010101 1100010 1000100

Color Harmonies of #BBFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD5D

Black with #BBFD5D

Text Example


Text Example

White with #BBFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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