Html Css Color HEX #BBFB5D Conifer

📋 copy color: '#BBFB5D'

red 187 ◦ green 251 ◦ blue 93

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

Shades of Conifer #BBFB5D

Tints of Conifer #BBFB5D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.27%

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

R = 35.22%
G = 47.27%
B = 17.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#BBFB5D (or 0xBBFB5D) is known color: Conifer. HEX triplet: BB, FB and 5D. RGB value is (187,251,93). Sum of RGB (Red+Green+Blue) = 187+251+93=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFB5D is #4404A2. Grayscale: #D6D6D6. Windows color (decimal): -4457635 or 6159291. OLE color: 6159291.

HSL color Cylindrical-coordinate representation of color #BBFB5D: hue angle of 84.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFB5D is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 93 -
CMYK 0.25 0 0.63 0.02
HSL 84.3º 0.95% 0.67% -
HSV(B) 84.3º 0.63% 0.98% -
XYZ 56.97 80.35 22.86 -
YUV 213.85 59.8 108.85 -
System Red Green Blue C M Y K H S L
Decimal 187 251 93 0.25 0 0.63 0.02 84.3 0.95 0.67
Hex BB FB 5D 19 0 3F 2 54 5F 43
Octal 273 373 135 31 0 77 2 124 137 103
Binary 10111011 11111011 1011101 11001 0 111111 10 1010100 1011111 1000011

Color Harmonies of #BBFB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFB5D

Black with #BBFB5D

Text Example


Text Example

White with #BBFB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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