Html Css Color HEX #BBF360 Conifer

📋 copy color: '#BBF360'

red 187 ◦ green 243 ◦ blue 96

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

Shades of Conifer #BBF360

Tints of Conifer #BBF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.2%

 BLUE value IS 96 (37.89% from 255) = 18.25%

R = 35.55%
G = 46.2%
B = 18.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BBF360 (or 0xBBF360) is known color: Conifer. HEX triplet: BB, F3 and 60. RGB value is (187,243,96). Sum of RGB (Red+Green+Blue) = 187+243+96=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF360 is #440C9F. Grayscale: #D2D2D2. Windows color (decimal): -4459680 or 6353851. OLE color: 6353851.

HSL color Cylindrical-coordinate representation of color #BBF360: hue angle of 82.86º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF360 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 96 -
CMYK 0.23 0 0.60 0.05
HSL 82.86º 0.86% 0.66% -
HSV(B) 82.86º 0.6% 0.95% -
XYZ 54.66 75.51 22.76 -
YUV 209.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 187 243 96 0.23 0 0.60 0.05 82.86 0.86 0.66
Hex BB F3 60 17 0 3C 5 53 56 42
Octal 273 363 140 27 0 74 5 123 126 102
Binary 10111011 11110011 1100000 10111 0 111100 101 1010011 1010110 1000010

Color Harmonies of #BBF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF360

Black with #BBF360

Text Example


Text Example

White with #BBF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF360; }

 p { color: rgb(187,243,96); }

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

background-color css

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

 a { background-color: rgb(187,243,96); }

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

border-color css

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

 span { border-color: rgb(187,243,96); }

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