Html Css Color HEX #BBF548 Conifer

📋 copy color: '#BBF548'

red 187 ◦ green 245 ◦ blue 72

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

Shades of Conifer #BBF548

Tints of Conifer #BBF548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.61%

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 37.1%
G = 48.61%
B = 14.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BBF548 (or 0xBBF548) is known color: Conifer. HEX triplet: BB, F5 and 48. RGB value is (187,245,72). Sum of RGB (Red+Green+Blue) = 187+245+72=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF548 is #440AB7. Grayscale: #D0D0D0. Windows color (decimal): -4459192 or 4781499. OLE color: 4781499.

HSL color Cylindrical-coordinate representation of color #BBF548: hue angle of 80.12º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF548 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 72 -
CMYK 0.24 0 0.71 0.04
HSL 80.12º 0.9% 0.62% -
HSV(B) 80.12º 0.71% 0.96% -
XYZ 54.32 76.34 18 -
YUV 207.94 51.28 113.07 -
System Red Green Blue C M Y K H S L
Decimal 187 245 72 0.24 0 0.71 0.04 80.12 0.9 0.62
Hex BB F5 48 18 0 47 4 50 5A 3E
Octal 273 365 110 30 0 107 4 120 132 76
Binary 10111011 11110101 1001000 11000 0 1000111 100 1010000 1011010 111110

Color Harmonies of #BBF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF548

Black with #BBF548

Text Example


Text Example

White with #BBF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF548; }

 p { color: rgb(187,245,72); }

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

background-color css

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

 a { background-color: rgb(187,245,72); }

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

border-color css

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

 span { border-color: rgb(187,245,72); }

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