Html Css Color HEX #BBF246 Conifer

📋 copy color: '#BBF246'

red 187 ◦ green 242 ◦ blue 70

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

Shades of Conifer #BBF246

Tints of Conifer #BBF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.5%

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 37.47%
G = 48.5%
B = 14.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BBF246 (or 0xBBF246) is known color: Conifer. HEX triplet: BB, F2 and 46. RGB value is (187,242,70). Sum of RGB (Red+Green+Blue) = 187+242+70=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF246 is #440DB9. Grayscale: #CECECE. Windows color (decimal): -4459962 or 4649659. OLE color: 4649659.

HSL color Cylindrical-coordinate representation of color #BBF246: hue angle of 79.19º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF246 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 70 -
CMYK 0.23 0 0.71 0.05
HSL 79.19º 0.87% 0.61% -
HSV(B) 79.19º 0.71% 0.95% -
XYZ 53.35 74.51 17.36 -
YUV 205.95 51.28 114.49 -
System Red Green Blue C M Y K H S L
Decimal 187 242 70 0.23 0 0.71 0.05 79.19 0.87 0.61
Hex BB F2 46 17 0 47 5 4F 57 3D
Octal 273 362 106 27 0 107 5 117 127 75
Binary 10111011 11110010 1000110 10111 0 1000111 101 1001111 1010111 111101

Color Harmonies of #BBF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF246

Black with #BBF246

Text Example


Text Example

White with #BBF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF246; }

 p { color: rgb(187,242,70); }

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

background-color css

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

 a { background-color: rgb(187,242,70); }

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

border-color css

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

 span { border-color: rgb(187,242,70); }

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