Html Css Color HEX #BBF053 Conifer

📋 copy color: '#BBF053'

red 187 ◦ green 240 ◦ blue 83

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

Shades of Conifer #BBF053

Tints of Conifer #BBF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.06%

 BLUE value IS 83 (32.81% from 255) = 16.27%

R = 36.67%
G = 47.06%
B = 16.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BBF053 (or 0xBBF053) is known color: Conifer. HEX triplet: BB, F0 and 53. RGB value is (187,240,83). Sum of RGB (Red+Green+Blue) = 187+240+83=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF053 is #440FAC. Grayscale: #CECECE. Windows color (decimal): -4460461 or 5501115. OLE color: 5501115.

HSL color Cylindrical-coordinate representation of color #BBF053: hue angle of 80.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBF053 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 83 -
CMYK 0.22 0 0.65 0.06
HSL 80.25º 0.84% 0.63% -
HSV(B) 80.25º 0.65% 0.94% -
XYZ 53.21 73.51 19.57 -
YUV 206.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 187 240 83 0.22 0 0.65 0.06 80.25 0.84 0.63
Hex BB F0 53 16 0 41 6 50 54 3F
Octal 273 360 123 26 0 101 6 120 124 77
Binary 10111011 11110000 1010011 10110 0 1000001 110 1010000 1010100 111111

Color Harmonies of #BBF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF053

Black with #BBF053

Text Example


Text Example

White with #BBF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF053; }

 p { color: rgb(187,240,83); }

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

background-color css

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

 a { background-color: rgb(187,240,83); }

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

border-color css

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

 span { border-color: rgb(187,240,83); }

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